Template::withSkipAgent

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

Добавить комментарий