PHP Class Backend\Modules\Mailmotor\EventListener\SettingsSavedListener

Show file Open project: forkcms/forkcms

Protected Properties

Property Type Description
$cacheDirectory string

Public Methods

Method Description
__construct ( string $cacheDirectory ) SaveSettingsHandler constructor.
onSettingsSavedEvent ( SettingsSavedEvent $event ) On settings saved

Method Details

__construct() public method

SaveSettingsHandler constructor.
public __construct ( string $cacheDirectory )
$cacheDirectory string

onSettingsSavedEvent() public method

On settings saved
public onSettingsSavedEvent ( SettingsSavedEvent $event )
$event Backend\Modules\Mailmotor\Event\SettingsSavedEvent

Property Details

$cacheDirectory protected property

protected string $cacheDirectory
return string