1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
GetUserTaskResponse.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Bizproc\Api\Response\TaskService;
4
5
use Bitrix\Bizproc\Result;
6
7
final
class
GetUserTaskResponse
extends
Result
8
{
9
public
function
setTask
(
array
$task): self
10
{
11
$this->data[
'task'
] = $task;
12
13
return
$this;
14
}
15
16
public
function
getTask
(): ?
array
17
{
18
$task = $this->data[
'task'
] ??
null
;
19
20
return
is_array($task) ? $task :
null
;
21
}
22
}
Bitrix\Bizproc\Api\Response\TaskService\GetUserTaskResponse
Определения
GetUserTaskResponse.php:8
Bitrix\Bizproc\Api\Response\TaskService\GetUserTaskResponse\getTask
getTask()
Определения
GetUserTaskResponse.php:16
Bitrix\Bizproc\Api\Response\TaskService\GetUserTaskResponse\setTask
setTask(array $task)
Определения
GetUserTaskResponse.php:9
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\Result
Определения
DeviceResultHandler.php:3
bitrix
modules
bizproc
lib
Api
Response
TaskService
GetUserTaskResponse.php
Создано системой
1.14.0