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