PHP Class Api\V1\Engine\Client

Author: Dave Lens ([email protected])
Inheritance: extends Api
Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

Méthode Description
display ( ) : Response
initialize ( ) This method exists because the service container needs to be set before the rest of API functionality gets loaded.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
initializeTwig ( )

Method Details

display() public méthode

public display ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response

initialize() public méthode

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

loadLanguages() protected méthode

protected loadLanguages ( )

loadModules() protected méthode

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

loadParameters() protected méthode

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
Résultat array