PHP Class Backend\Modules\Groups\Actions\Add

Author: Jeroen Van den Bossche ([email protected])
Inheritance: extends Backend\Core\Engine\Base\ActionAdd
Datei anzeigen Open project: forkcms/forkcms

Public Methods

Method Description
execute ( ) Execute the action

Private Methods

Method Description
bundleActions ( ) Bundle all actions that need to be bundled
getActions ( ) Get the actions
getData ( ) Get the data
getWidgets ( ) Get the widgets
insertPermissions ( SpoonFormElement[] $actionPermissions, array $bundledActionPermissions ) Insert the permissions
insertWidgets ( SpoonFormElement[] $widgetPresets ) : mixed Insert the widgets
loadForm ( ) Load the form
validateForm ( ) Validate the form

Method Details

execute() public method

Execute the action
public execute ( )