1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
CheckDelegateTasksResponse.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Bizproc\Api\Response\TaskAccessService
;
4
5
use
Bitrix\Main\Result
;
6
7
class
CheckDelegateTasksResponse
extends
Result
8
{
9
public
function
getAllowedDelegationTypes
(): ?
array
10
{
11
if
(array_key_exists(
'allowedDelegationTypes'
, $this->data))
12
{
13
return
$this->data[
'allowedDelegationTypes'
];
14
}
15
16
return
[\
CBPTaskDelegationType::AllEmployees
];
17
}
18
}
Bitrix\Bizproc\Api\Response\TaskAccessService\CheckDelegateTasksResponse
Определения
CheckDelegateTasksResponse.php:8
Bitrix\Bizproc\Api\Response\TaskAccessService\CheckDelegateTasksResponse\getAllowedDelegationTypes
getAllowedDelegationTypes()
Определения
CheckDelegateTasksResponse.php:9
Bitrix\Main\ORM\Data\Result
Определения
result.php:16
CBPTaskDelegationType\AllEmployees
const AllEmployees
Определения
constants.php:324
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Bizproc\Api\Response\TaskAccessService
Определения
CheckDelegateTasksResponse.php:3
bitrix
modules
bizproc
lib
Api
Response
TaskAccessService
CheckDelegateTasksResponse.php
Создано системой
1.14.0