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

Открытые члены

 processRequest (HttpRequest $request)
 
 getControl (array $rawFields)
 

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

static getId ()
 

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

Separator between another controls.

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

Методы

◆ getControl()

getControl ( array $rawFields)

Row's context menu control.

Возвращает
array|null

Замещает Action.

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

◆ getId()

static getId ( )
static

Action's id.

Возвращает
string

Замещает Action.

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

◆ processRequest()

processRequest ( HttpRequest $request)

Request processing.

Аргументы
HttpRequest$request
Возвращает
Result|null null is returned if the action does not have a handler, or the action cannot return the result object.

Замещает Action.

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