Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
AddIBlockElementRequest.php
1<?php
2
4
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 $needStartWorkflows = true,
13 public /* readonly */ bool $needCheckPermissions = true,
14 public /* readonly */ array $wfParameterValues = [],
15 public /* readonly */ ?int $timeToStart = null,
16 )
17 {}
18}
__construct(public int $iBlockId, public int $sectionId, public array $values, public int $createdByUserId, public bool $needStartWorkflows=true, public bool $needCheckPermissions=true, public array $wfParameterValues=[], public ?int $timeToStart=null,)