• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/components/kanban/itemfield.php
  • Класс: BitrixTasksComponentsKanbanItemField
  • Вызов: ItemField::toArray
public function toArray(): array
{
	return [
		'id' => $this->code,
		'title' => $this->title,
		'categoryKey' => $this->categoryKey,
		'defaultValue' => $this->isDefault,
		'value' => $this->isSelected,
	];
}