• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/manager.php
  • Класс: BitrixTasksManager
  • Вызов: Manager::getTask
static function getTask($userId, $taskId)
{
	// on the same $userId and $taskId this will return the same task instance from cache
	return CTaskItem::getInstance($taskId, $userId);
}