• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/ui/entityselector/tasktemplateprovider.php
  • Класс: BitrixTasksIntegrationUIEntitySelectorTaskTemplateProvider
  • Вызов: TaskTemplateProvider::__construct
public function __construct(array $options = [])
{
	parent::__construct();
	$this->templateId = $options['templateId'] ?? null;
}