1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
SaveTemplateResponse.php
См. документацию.
1<?php
2
3namespace Bitrix\Bizproc\Api\Response\WorkflowTemplateService;
4
5use Bitrix\Bizproc\Result;
6
7final class SaveTemplateResponse extends Result
8{
9 public function getTemplateId(): int
10 {
11 return $this->data['templateId'] ?? 0;
12 }
13
14 public function setTemplateId(int $templateId): self
15 {
16 $this->data['templateId'] = $templateId;
17
18 return $this;
19 }
20
21 public function getActivityErrors(): array
22 {
23 return $this->data['activityErrors'] ?? [];
24 }
25
26 public function setActivityErrors(array $errors): self
27 {
28 $this->data['activityErrors'] = $errors;
29
30 return $this;
31 }
32}
ErrorCollection $errors
Определения result.php:19
$templateId
Определения component_props2.php:51
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804