• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/provider/taskquery.php
  • Класс: BitrixTasksProviderTaskQuery
  • Вызов: TaskQuery::skipUfEscape
public function skipUfEscape(): self
{
	$this->skipUfEscape = true;
	return $this;
}