1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
GetFullFilledListResponse.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Bizproc\Api\Response\WorkflowStateService;
4
5
use Bitrix\Main\Result;
6
7
class
GetFullFilledListResponse
extends
Result
8
{
9
public
function
getWorkflowStatesList
():
array
10
{
11
$collection = $this->data[
'collection'
] ?? [];
12
13
return
is_array($collection) ? $collection : [];
14
}
15
16
public
function
getMembersInfo
():
array
17
{
18
$membersInfo = $this->data[
'membersInfo'
] ?? [];
19
20
return
is_array($membersInfo) ? $membersInfo : [];
21
}
22
23
public
function
setWorkflowStatesList
(
array
$collection): static
24
{
25
$this->data[
'collection'
] = $collection;
26
27
return
$this;
28
}
29
30
public
function
setMembersInfo
(
array
$info
): static
31
{
32
$this->data[
'membersInfo'
] =
$info
;
33
34
return
$this;
35
}
36
}
Bitrix\Bizproc\Api\Response\WorkflowStateService\GetFullFilledListResponse
Определения
GetFullFilledListResponse.php:8
Bitrix\Bizproc\Api\Response\WorkflowStateService\GetFullFilledListResponse\setWorkflowStatesList
setWorkflowStatesList(array $collection)
Определения
GetFullFilledListResponse.php:23
Bitrix\Bizproc\Api\Response\WorkflowStateService\GetFullFilledListResponse\setMembersInfo
setMembersInfo(array $info)
Определения
GetFullFilledListResponse.php:30
Bitrix\Bizproc\Api\Response\WorkflowStateService\GetFullFilledListResponse\getWorkflowStatesList
getWorkflowStatesList()
Определения
GetFullFilledListResponse.php:9
Bitrix\Bizproc\Api\Response\WorkflowStateService\GetFullFilledListResponse\getMembersInfo
getMembersInfo()
Определения
GetFullFilledListResponse.php:16
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$info
if($NS['step']==6) if( $NS[ 'step']==7) if(COption::GetOptionInt('main', 'disk_space', 0) > 0) $info
Определения
backup.php:924
Bitrix\Bizproc\Result
Определения
DeviceResultHandler.php:3
bitrix
modules
bizproc
lib
Api
Response
WorkflowStateService
GetFullFilledListResponse.php
Создано системой
1.14.0