Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс CommonAction
+ Граф наследования:CommonAction:

Открытые статические члены

static get ()
 
static getRequestingUri ($controllerUri, array $parameters=array())
 
static onRequest (HttpRequest $request, Controller\Response $response)
 

Открытые атрибуты

const NAME = 'unknown'
 

Подробное описание

См. определение в файле commonaction.php строка 21

Методы

◆ get()

static get ( )
static

Get action instance.

Возвращает
Controller\Action

Переопределяется в ActionGetTemplate.

См. определение в файле commonaction.php строка 30

◆ getRequestingUri()

static getRequestingUri ( $controllerUri,
array $parameters = array() )
static

Get action requesting uri.

Аргументы
string$controllerUriController uri.
array$parametersParameters.
Возвращает
string

См. определение в файле commonaction.php строка 42

◆ onRequest()

static onRequest ( HttpRequest $request,
Controller\Response $response )
static

On request event handler.

Аргументы
HttpRequest$requestRequest.
Controller\Response$responseResponse.

Переопределяется в ActionGetTemplate.

См. определение в файле commonaction.php строка 53

Данные класса

◆ NAME

const NAME = 'unknown'

См. определение в файле commonaction.php строка 23