PHP Class Backend\Modules\Users\Actions\Edit

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

Méthodes publiques

Méthode Description
execute ( ) Execute the action

Méthodes protégées

Méthode Description
parse ( ) Parse the form

Private Methods

Méthode Description
loadAuthenticatedUser ( ) * Load the authenticated user in a seperate method so we can load it before the form starts loading.
loadForm ( ) Load the form
validateForm ( ) Validate the form

Method Details

execute() public méthode

Execute the action
public execute ( )

parse() protected méthode

Parse the form
protected parse ( )