PHP Class Backend\Modules\Authentication\Actions\Index

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

Public Methods

Method Description
execute ( ) Execute the action
parse ( ) Parse the action into the template

Private Methods

Method Description
getAllowedAction ( $module ) : boolean | string Run through the action of a certain module and find us an action(name) this user is allowed to access.
getAllowedModule ( ) : boolean | string Run through the modules and find us a module(name) this user is allowed to access.
load ( ) Load the forms
redirectToAllowedModuleAndAction ( ) * Find out which module and action are allowed and send the user on his way.
validateForm ( ) Validate the forms

Method Details

execute() public method

Execute the action
public execute ( )

parse() public method

Parse the action into the template
public parse ( )