• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/processor.php
  • Класс: Bitrix\Tasks\could
  • Вызов: could::__construct
public function __construct($userId)
{
	$this->userId = $userId;
	$this->reset();
}