AddElementRequest
FinalYes
Table of Contents
Properties
- $createdByUserId : int
- $iBlockId : int
- $needCheckPermission : bool
- $needStartWorkflows : bool
- $sectionId : int
- $timeToStart : int|null
- $values : array<string|int, mixed>
- $wfParameterValues : array<string|int, mixed>
Methods
- __construct() : mixed
Properties
$createdByUserId read-only
public
int
$createdByUserId
$iBlockId read-only
public
int
$iBlockId
$needCheckPermission read-only
public
bool
$needCheckPermission
$needStartWorkflows read-only
public
bool
$needStartWorkflows
$sectionId read-only
public
int
$sectionId
$timeToStart read-only
public
int|null
$timeToStart
= null
$values read-only
public
array<string|int, mixed>
$values
$wfParameterValues read-only
public
array<string|int, mixed>
$wfParameterValues
= []
Methods
__construct()
public
__construct(int $iBlockId, int $sectionId, array<string|int, mixed> $values, int $createdByUserId, bool $needCheckPermission, bool $needStartWorkflows[, array<string|int, mixed> $wfParameterValues = [] ][, int|null $timeToStart = null ]) : mixed
Parameters
- $iBlockId : int
- $sectionId : int
- $values : array<string|int, mixed>
- $createdByUserId : int
- $needCheckPermission : bool
- $needStartWorkflows : bool
- $wfParameterValues : array<string|int, mixed> = []
- $timeToStart : int|null = null