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