Backend\Modules\Mailmotor\Event\SettingsSavedEvent::getSettings PHP Method

getSettings() public method

Get settings
public getSettings ( ) : SaveSettings
return Backend\Modules\Mailmotor\Command\SaveSettings
    public function getSettings()
    {
        return $this->settings;
    }
SettingsSavedEvent