1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
action.php
См. документацию.
1<?php
2
4
8
17interface Action
18{
24 public static function getId(): string;
25
35 public function processRequest(HttpRequest $request, bool $isSelectedAllRows, ?Filter $filter): ?Result;
36
44 public function getControl(): ?array;
45}
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36
</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
processRequest(HttpRequest $request, bool $isSelectedAllRows, ?Filter $filter)