PHP Class EnvironmentOverview

Inheritance: extends Dispatcher
Show file Open project: silverstripe/deploynaut

Public Methods

Method 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 method

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
return array

index() public method

public index ( SS_HTTPRequest $request ) : HTMLText | SS_HTTPResponse
$request SS_HTTPRequest
return HTMLText | SS_HTTPResponse

init() public method

public init ( )