PHP Класс Backend\Modules\Authentication\Actions\Index

Наследование: extends Backend\Core\Engine\Base\ActionIndex
Показать файл Открыть проект

Открытые методы

Метод Описание
execute ( ) Execute the action
parse ( ) Parse the action into the template

Приватные методы

Метод Описание
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

Описание методов

execute() публичный метод

Execute the action
public execute ( )

parse() публичный метод

Parse the action into the template
public parse ( )