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