1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
activategroupchild.php
См. документацию.
1<?php
2
4
14
19{
20 use ChangeActiveHandler;
21
22 public static function getId(): string
23 {
25 }
26
27 public function getName(): string
28 {
29 return Loc::getMessage('IBLOCK_GRID_PANEL_UI_ACTIONS_ELEMENT_GROUP_ACTIVATE_NAME');
30 }
31
32 public function processRequest(HttpRequest $request, bool $isSelectedAllRows, ?Filter $filter = null): ?Result
33 {
34 return $this->processSetActive($request, $isSelectedAllRows, $filter, true);
35 }
36
37 protected function getOnchange(): Onchange
38 {
39 return new Onchange([
40 [
41 'ACTION' => Actions::RESET_CONTROLS,
42 ],
43 [
44 'ACTION' => Actions::CREATE,
45 'DATA' => [
46 (new Snippet)->getSendSelectedButton(),
47 ],
48 ],
49 ]);
50 }
51}
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36
const ACTIVATE
Определения actiontype.php:11
processRequest(HttpRequest $request, bool $isSelectedAllRows, ?Filter $filter=null)
Определения activategroupchild.php:32
$filter
Определения iblock_catalog_list.php:54