1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
GetExecutionTimeRequest.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Bizproc\Api\Request\WorkflowStateService;
4
5
use Bitrix\Main\Type\DateTime;
6
7
class
GetExecutionTimeRequest
8
{
9
public
function
__construct
(
10
public
readonly
string
$workflowId,
11
public
readonly ?
DateTime
$workflowStarted,
12
public
readonly
DateTime
$workflowModified,
13
)
14
{}
15
}
Bitrix\Bizproc\Api\Request\WorkflowStateService\GetExecutionTimeRequest
Определения
GetExecutionTimeRequest.php:8
Bitrix\Bizproc\Api\Request\WorkflowStateService\GetExecutionTimeRequest\__construct
__construct(public readonly string $workflowId, public readonly ?DateTime $workflowStarted, public readonly DateTime $workflowModified,)
Определения
GetExecutionTimeRequest.php:9
Bitrix\Main\Type\DateTime
Определения
datetime.php:9
bitrix
modules
bizproc
lib
Api
Request
WorkflowStateService
GetExecutionTimeRequest.php
Создано системой
1.14.0