Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
CheckDelegateTasksResponse.php
1<?php
2
4
6
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}