Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
AddElementRequest.php
1
<?php
2
3
namespace
Bitrix\Lists\Api\Request\ServiceFactory
;
4
5
final
class
AddElementRequest
6
{
7
public
function
__construct
(
8
public
/* readonly */
int
$iBlockId,
9
public
/* readonly */
int
$sectionId,
10
public
/* readonly */
array $values,
11
public
/* readonly */
int
$createdByUserId,
12
public
/* readonly */
bool
$needCheckPermission,
13
public
/* readonly */
bool
$needStartWorkflows,
14
public
/* readonly */
array $wfParameterValues = [],
15
public
/* readonly */
?
int
$timeToStart =
null
,
16
)
17
{}
18
}
Bitrix\Lists\Api\Request\ServiceFactory\AddElementRequest
Definition
AddElementRequest.php:6
Bitrix\Lists\Api\Request\ServiceFactory\AddElementRequest\__construct
__construct(public int $iBlockId, public int $sectionId, public array $values, public int $createdByUserId, public bool $needCheckPermission, public bool $needStartWorkflows, public array $wfParameterValues=[], public ?int $timeToStart=null,)
Definition
AddElementRequest.php:7
Bitrix\Lists\Api\Request\ServiceFactory
Definition
AddElementRequest.php:3
modules
lists
lib
Api
Request
ServiceFactory
AddElementRequest.php
Создано системой
1.10.0