PHP Класс EnvironmentOverview

Наследование: extends Dispatcher
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )