PHP Class EnvironmentOverview

Inheritance: extends Dispatcher
Afficher le fichier Open project: silverstripe/deploynaut

Méthodes publiques

Méthode Description
Link ( ) : string
getModel ( string $name = '' ) : array The model includes the CSRF tokens and the various API endpoints that the front end might be interested in.
index ( SS_HTTPRequest $request ) : HTMLText | SS_HTTPResponse
init ( )

Method Details

getModel() public méthode

The model includes the CSRF tokens and the various API endpoints that the front end might be interested in.
public getModel ( string $name = '' ) : array
$name string
Résultat array

index() public méthode

public index ( SS_HTTPRequest $request ) : HTMLText | SS_HTTPResponse
$request SS_HTTPRequest
Résultat HTMLText | SS_HTTPResponse

init() public méthode

public init ( )