PHP Class Backend\Modules\Settings\Actions\Email

Inheritance: extends Backend\Core\Engine\Base\ActionIndex
显示文件 Open project: forkcms/forkcms

Protected Properties

Property Type Description
$isGod boolean Is the user a god user?

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
parse ( ) Parse the form

Private Methods

Method Description
loadForm ( ) Load the form
validateForm ( ) Validates the form

Method Details

execute() public method

Execute the action
public execute ( )

parse() protected method

Parse the form
protected parse ( )

Property Details

$isGod protected_oe property

Is the user a god user?
protected bool $isGod
return boolean