PHP 클래스 Backend\Core\Engine\AjaxAction

..
상속: extends Backend\Core\Engine\Base\Object
파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
execute ( ) : Response Execute the action We will build the classname, require the class and call the execute method.
loadConfig ( ) Load the config file for the requested module.

메소드 상세

execute() 공개 메소드

Execute the action We will build the classname, require the class and call the execute method.
public execute ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

loadConfig() 공개 메소드

In the config file we have to find disabled actions, the constructor will read the folder and set possible actions Other configurations will be stored in it also.
public loadConfig ( )