• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/control/template.php
  • Класс: BitrixTasksControlTemplate
  • Вызов: Template::withSkipAgent
public function withSkipAgent(): self
{
	$this->skipAgent = true;
	return $this;
}