- Модуль: tasks
- Путь к файлу: ~/bitrix/modules/tasks/lib/scrum/form/epicform.php
- Класс: BitrixTasksScrumFormEpicForm
- Вызов: EpicForm::toArray
public function toArray(): array
{
return [
'id' => $this->getId(),
'groupId' => $this->getGroupId(),
'name' => $this->getName(),
'description' => $this->getDescription(),
'createdBy' => $this->getCreatedBy(),
'modifiedBy' => $this->getModifiedBy(),
'color' => $this->getColor(),
];
}