- Модуль: tasks
- Путь к файлу: ~/bitrix/modules/tasks/lib/scrum/form/entityinfo.php
- Класс: BitrixTasksScrumFormEntityInfo
- Вызов: EntityInfo::getInfoData
public function getInfoData(): array
{
return [
$this->getSprintGoalKey() => $this->getSprintGoal(),
$this->getTypesGeneratedKey() => $this->getTypesGenerated(),
$this->getTypesParticipantsGeneratedKey() => $this->getTypesParticipantsGenerated(),
$this->getEventsKey() => $this->getEvents(),
$this->getTemplatesClosedKey() => $this->getTemplatesClosed(),
$this->getSprintStagesRecoveryStatusKey() => $this->getSprintStagesRecoveryStatus(),
$this->getHiddenVisibilityListKey() => $this->getHiddenVisibilityList(),
];
}