PHP 클래스 EnvironmentOverview

상속: extends Dispatcher
파일 보기 프로젝트 열기: silverstripe/deploynaut

공개 메소드들

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

메소드 상세

getModel() 공개 메소드

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
리턴 array

index() 공개 메소드

public index ( SS_HTTPRequest $request ) : HTMLText | SS_HTTPResponse
$request SS_HTTPRequest
리턴 HTMLText | SS_HTTPResponse

init() 공개 메소드

public init ( )