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

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

 __construct (int $iblockId, IblockRightsChecker $rights, string $listMode)
 
 processRequest (HttpRequest $request, bool $isSelectedAllRows, ?Filter $filter=null)
 
- Открытые члены унаследованные от RemoveAction
 getControl ()
 

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

static getId ()
 

Защищенные члены

 getIblockId ()
 
 getListMode ()
 
- Защищенные члены унаследованные от RemoveAction
 getRequestRows (HttpRequest $request)
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( int $iblockId,
IblockRightsChecker $rights,
string $listMode )

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

Методы

◆ getIblockId()

getIblockId ( )
finalprotected

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

◆ getId()

static getId ( )
static

Action's id.

Возвращает
string

Переопределяет метод предка RemoveAction.

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

◆ getListMode()

getListMode ( )
finalprotected

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

◆ processRequest()

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

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.

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