Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
}
Bitrix\Lists\Controller\Entity
Definition
entity.php:8
Bitrix\Lists\Controller\Entity\getParamFromRequest
getParamFromRequest()
Definition
entity.php:9
Bitrix\Lists\Service\Param
Definition
param.php:10
Bitrix\Main\Engine\Controller
Definition
controller.php:32
Bitrix\Main\Engine\Controller\$request
$request
Definition
controller.php:48
Bitrix\Main\Engine\Controller\getRequest
getRequest()
Definition
controller.php:351
Bitrix\Lists\Controller
Definition
element.php:2
Bitrix\Sender\Internals\QueryController
Definition
action.php:8
modules
lists
lib
controller
entity.php
Создано системой
1.10.0