PHP Class Backend\Modules\Location\Actions\Edit

Inheritance: extends Backend\Core\Engine\Base\ActionEdit
Afficher le fichier Open project: forkcms/forkcms

Protected Properties

Свойство Type Description
$settings array
$settingsForm Backend\Core\Engine\Form The settings form

Méthodes publiques

Méthode Description
execute ( ) Execute the action

Méthodes protégées

Méthode Description
loadSettingsForm ( ) Load the settings form
parse ( ) Parse the form

Private Methods

Méthode Description
loadData ( ) Get the data
loadForm ( ) Load the form
validateForm ( ) Validate the form

Method Details

execute() public méthode

Execute the action
public execute ( )

loadSettingsForm() protected méthode

Load the settings form
protected loadSettingsForm ( )

parse() protected méthode

Parse the form
protected parse ( )

Property Details

$settings protected_oe property

protected array $settings
Résultat array

$settingsForm protected_oe property

The settings form
protected Form,Backend\Core\Engine $settingsForm
Résultat Backend\Core\Engine\Form