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

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

 processRequest (HttpRequest $request, bool $isSelectedAllRows, ?Filter $filter)
 
 getControl ()
 

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

static getId ()
 

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

Object of a single panel action.

См. также
\Bitrix\Main\Grid\Panel\Action\EditAction
\Bitrix\Main\Grid\Panel\Action\RemoveAction
\Bitrix\Main\Grid\Panel\Action\ForAllCheckboxAction
\Bitrix\Main\Grid\Panel\Action\GroupAction

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

Методы

◆ getControl()

getControl ( )

Panel control.

См. также
\Bitrix\Main\Grid\Panel\Snippet for details and examples.
Возвращает
array|null

Замещается в ChangePricesActionsItem, EditAction, ForAllCheckboxAction, GroupAction и RemoveAction.

◆ getId()

static getId ( )
static

Action's id.

Возвращает
string

Замещается в ChangePricesActionsItem, EditActionsItem, RemoveActionsItem, EditAction, ForAllCheckboxAction, GroupAction и RemoveAction.

◆ processRequest()

processRequest ( HttpRequest $request,
bool $isSelectedAllRows,
?Filter $filter )

Request processing.

Аргументы
HttpRequest$request
bool$isSelectedAllRows
Filter | null$filterif is selected all rows, MUST BE to use a filter to get a list of items.
Возвращает
Result|null null is returned if the action does not have a handler, or the action cannot return the result object.

Замещается в ChangePricesActionsItem, EditActionsItem, ForAllCheckboxAction, GroupAction и RemoveActionsItem.