1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
entity.php
См. документацию.
1<?php
2namespace Bitrix\Lists\Controller;
3
4use Bitrix\Lists\Service\Param;
5use Bitrix\Main\Engine\Controller;
6
7class Entity extends Controller
8{
9 protected function getParamFromRequest()
10 {
11 $request = $this->getRequest();
12 $post = $request->getPostList()->toArray();
13
14 return new Param($post);
15 }
16}
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36
getParamFromRequest()
Определения entity.php:9
$post
Определения template.php:8