• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/scrum/form/itemform.php
  • Класс: BitrixTasksScrumFormItemForm
  • Вызов: ItemForm::getEpicId
public function getEpicId(): int
{
	return $this->epicId === null ? 0 : $this->epicId;
}