PHP Class Backend\Modules\Groups\Actions\Edit

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

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
parse ( ) Parse the form

Private Methods

Method Description
bundleActions ( ) Bundle all actions that need to be bundled
getActions ( ) Get the actions
getData ( ) Get the data to edit
getWidgets ( ) Get the widgets
loadDataGrids ( ) Load the datagrid
loadForm ( ) Load the form
updatePermissions ( SpoonFormElement[] $actionPermissions, array $bundledActionPermissions ) Update the permissions
updateWidgets ( SpoonFormElement[] $widgetPresets ) : array Update the widgets
validateForm ( ) Validate the form

Method Details

execute() public method

Execute the action
public execute ( )

parse() protected method

Parse the form
protected parse ( )