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

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

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

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

static getId ()
 

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

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

Методы

◆ getControl()

getControl ( )

Panel control.

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

Замещает Action.

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

◆ getId()

static getId ( )
static

Action's id.

Возвращает
string

Замещает Action.

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

◆ 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.

Замещает Action.

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