1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
forallcheckboxaction.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Grid\Panel\Action;
4
5use Bitrix\Main\Filter\Filter;
6use Bitrix\Main\Grid\Panel\Snippet;
7use Bitrix\Main\HttpRequest;
8use Bitrix\Main\Result;
9
10final class ForAllCheckboxAction implements Action
11{
12 public static function getId(): string
13 {
14 return 'for_all_checkbox';
15 }
16
17 public function getControl(): ?array
18 {
19 return (new Snippet)->getForAllCheckbox();
20 }
21
22 public function processRequest(HttpRequest $request, bool $isSelectedAllRows, ?Filter $filter): ?Result
23 {
24 // pass
25 return null;
26 }
27}
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36
processRequest(HttpRequest $request, bool $isSelectedAllRows, ?Filter $filter)
Определения forallcheckboxaction.php:22
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$filter
Определения iblock_catalog_list.php:54