Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
StartWorkflowResponse.php
1
<?php
2
3
namespace
Bitrix\Bizproc\Api\Response\WorkflowService
;
4
5
use
Bitrix\Bizproc\Result
;
6
7
final
class
StartWorkflowResponse
extends
Result
8
{
9
public
function
getWorkflowId
(): string
10
{
11
return
$this->data[
'workflowId'
];
12
}
13
14
public
function
setWorkflowId
(
string
$workflowId): self
15
{
16
$this->data[
'workflowId'
] = $workflowId;
17
18
return
$this;
19
}
20
}
Bitrix\Bizproc\Api\Response\WorkflowService\StartWorkflowResponse
Definition
StartWorkflowResponse.php:8
Bitrix\Bizproc\Api\Response\WorkflowService\StartWorkflowResponse\setWorkflowId
setWorkflowId(string $workflowId)
Definition
StartWorkflowResponse.php:14
Bitrix\Bizproc\Api\Response\WorkflowService\StartWorkflowResponse\getWorkflowId
getWorkflowId()
Definition
StartWorkflowResponse.php:9
Bitrix\Bizproc\Result
Definition
result.php:6
Bitrix\Bizproc\Api\Response\WorkflowService
Definition
StartWorkflowResponse.php:3
modules
bizproc
lib
Api
Response
WorkflowService
StartWorkflowResponse.php
Создано системой
1.10.0