• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/control/template.php
  • Класс: BitrixTasksControlTemplate
  • Вызов: Template::setTags
private function setTags(array $fields)
{
	$handler = new TemplateTag($this->userId, $this->templateId);
	$handler->set($fields);
}