PHP 클래스 Frontend\Core\Engine\Ajax

상속: extends KernelLoader, implements ApplicationInterface
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
display ( ) : Response
getAction ( ) : string Get the loaded action
getModule ( ) : string Get the loaded module
initialize ( ) This method exists because the service container needs to be set before the request's functionality gets loaded.
setAction ( string $value ) Set action
setLanguage ( string $value ) Set the language
setModule ( string $value ) Set module

메소드 상세

display() 공개 메소드

public display ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

getAction() 공개 메소드

Get the loaded action
public getAction ( ) : string
리턴 string

getModule() 공개 메소드

Get the loaded module
public getModule ( ) : string
리턴 string

initialize() 공개 메소드

This method exists because the service container needs to be set before the request's functionality gets loaded.
public initialize ( )

setAction() 공개 메소드

Set action
public setAction ( string $value )
$value string The action that should be executed.

setLanguage() 공개 메소드

Set the language
public setLanguage ( string $value )
$value string The (interface-)language, will be used to parse labels.

setModule() 공개 메소드

Set module
public setModule ( string $value )
$value string The module, wherefore an action will be executed.