PHP 클래스 Api\V1\Engine\Client

저자: Dave Lens ([email protected])
상속: extends Api
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

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