...Человеческий поиск в разработке...
- Модуль: tasks
- Путь к файлу: ~/bitrix/modules/tasks/lib/control/template.php
- Класс: BitrixTasksControlTemplate
- Вызов: Template::getTemplateData
private function getTemplateData(): ?array { if (!$this->templateId) { return null; } $templateDbResult = CTaskTemplates::GetByID($this->templateId); $template = $templateDbResult->Fetch(); if (!$template) { return null; } $this->template = $template; return $this->template; }