1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
entity.php
См. документацию.
1
<?php
2
namespace
Bitrix\Lists\Controller;
3
4
use Bitrix\Lists\Service\Param;
5
use Bitrix\Main\Engine\Controller;
6
7
class
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
}
$request
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения
catalog_reindex.php:36
Bitrix\Lists\Controller\Entity
Определения
entity.php:8
Bitrix\Lists\Controller\Entity\getParamFromRequest
getParamFromRequest()
Определения
entity.php:9
Bitrix\Lists\Service\Param
Определения
param.php:10
Bitrix\Main\Controller
Определения
agreement.php:2
$post
$post
Определения
template.php:8
bitrix
modules
lists
lib
controller
entity.php
Создано системой
1.14.0