PHP Class Backend\Modules\Blog\Actions\Settings

Inheritance: extends Backend\Core\Engine\Base\ActionEdit
Datei anzeigen 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 ( ) Loads the settings form
validateForm ( ) Validates the settings 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