1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
GetUserTaskByWorkflowIdResponse.php
См. документацию.
1<?php
2
3namespace Bitrix\Bizproc\Api\Response\TaskService;
4
5use Bitrix\Bizproc\Result;
6use Bitrix\Bizproc\Controller\Response\RenderControlCollectionContent;
7
9{
11 {
12 $this->data['content'] = $content;
13
14 return $this;
15 }
16
18 {
19 return $this->data['content'];
20 }
21
22 public function setTask(array $task): self
23 {
24 $this->data['task'] = $task;
25
26 return $this;
27 }
28
29 public function getTask(): array
30 {
31 return $this->data['task'] ?? [];
32 }
33}
$content
Определения commerceml.php:144
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804