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