PHP Класс Api\V1\Engine\Client

Автор: Dave Lens ([email protected])
Наследование: extends Api
Показать файл Открыть проект

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

Метод Описание
display ( ) : Response
initialize ( ) This method exists because the service container needs to be set before the rest of API functionality gets loaded.

Защищенные методы

Метод Описание
loadLanguages ( )
loadModules ( ) Loops all backend modules, and builds a list of those that have an api.php file in their engine.
loadParameters ( string $className, string $method ) : array This method is used to return an iteration-friendly list of parameters for a given method.

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

Метод Описание
initializeTwig ( )

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

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

public display ( ) : Response
Результат Symfony\Component\HttpFoundation\Response

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

This method exists because the service container needs to be set before the rest of API functionality gets loaded.
public initialize ( )

loadLanguages() защищенный метод

protected loadLanguages ( )

loadModules() защищенный метод

Loops all backend modules, and builds a list of those that have an api.php file in their engine.
protected loadModules ( )

loadParameters() защищенный метод

This method is used to return an iteration-friendly list of parameters for a given method.
protected loadParameters ( string $className, string $method ) : array
$className string
$method string
Результат array