• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/taskitem.php
  • Класс: CTaskItem
  • Вызов: CTaskItem::addDependOn
public function addDependOn($parentId, $linkType = DependenceTable::LINK_TYPE_FINISH_START)
{
	return $this->addProjectDependence($parentId, $linkType);
}