• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/scrum/form/iteminfo.php
  • Класс: BitrixTasksScrumFormItemInfo
  • Вызов: ItemInfo::getInfoData
public function getInfoData(): array
{
	return [
		$this->getColorKey() => $this->getColor(),
		$this->getBorderColorKey() => $this->getBorderColor(),
		$this->getVisibilitySubtasksKey() => $this->getVisibilitySubtasks(),
	];
}