PHP Класс Frontend\Core\Engine\Ajax

Наследование: extends KernelLoader, implements ApplicationInterface
Показать файл Открыть проект

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

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