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