PHP 클래스 Backend\Modules\Authentication\Actions\Index

상속: extends Backend\Core\Engine\Base\ActionIndex
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
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 ( )