PHP Class Backend\Modules\Location\Actions\Edit

Inheritance: extends Backend\Core\Engine\Base\ActionEdit
Datei anzeigen Open project: forkcms/forkcms

Protected Properties

Property Type Description
$settings array
$settingsForm Backend\Core\Engine\Form The settings form

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
loadSettingsForm ( ) Load the settings form
parse ( ) Parse the form

Private Methods

Method Description
loadData ( ) Get the data
loadForm ( ) Load the form
validateForm ( ) Validate the form

Method Details

execute() public method

Execute the action
public execute ( )

loadSettingsForm() protected method

Load the settings form
protected loadSettingsForm ( )

parse() protected method

Parse the form
protected parse ( )

Property Details

$settings protected_oe property

protected array $settings
return array

$settingsForm protected_oe property

The settings form
protected Form,Backend\Core\Engine $settingsForm
return Backend\Core\Engine\Form