1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
TemplateShards.php
См. документацию.
1<?php
2
3namespace Bitrix\Bizproc\Debugger\Session;
4
5use Bitrix\Bizproc\Automation\Engine\Robot;
6
8{
11
12 public function getRobotData(): ?array
13 {
14 if ((int)$this->fillTemplateType() === static::TEMPLATE_TYPE_ROBOTS)
15 {
16 return $this->getShards();
17 }
18
19 return null;
20 }
21
22 public function getRobots(): ?array
23 {
24 $robotData = $this->getRobotData();
25 $robots = null;
26
27 if (is_array($robotData))
28 {
29 $robots = [];
30 foreach ($robotData as $data)
31 {
32 $robots[] = new Robot($data);
33 }
34 }
35
36 return $robots;
37 }
38}
$data['IS_AVAILABLE']
Определения .description.php:13
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804