Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
ah7.fit
/
mautic
/
plugins
/
MauticFocusBundle
/
Filename :
FocusEventTypes.php
back
Copy
<?php namespace MauticPlugin\MauticFocusBundle; class FocusEventTypes { /** * The focus.on_open event type is used for event dispatched when an focus is opened. * * @var string */ public const FOCUS_ON_VIEW = 'focus.on_view'; /** * The focus.on_click event type is used for event dispatched when an focus is clicked. * * @var string */ public const FOCUS_ON_CLICK = 'focus.on_click'; }