PHP Class Backend\Modules\Users\Actions\Edit

Inheritance: extends Backend\Core\Engine\Base\ActionEdit
显示文件 Open project: forkcms/forkcms

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
parse ( ) Parse the form

Private Methods

Method 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 method

Execute the action
public execute ( )

parse() protected method

Parse the form
protected parse ( )