• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/category/entity/category.php
  • Класс: Bitrix\Crm\Category\Entity\Category
  • Вызов: Category::getData
public function getData(): array
{
	return [
		'ID' => $this->getId(),
		'NAME' => $this->getName(),
		'SORT' => $this->getSort(),
		'ENTITY_TYPE_ID' => $this->getEntityTypeId(),
		'IS_DEFAULT' => $this->getIsDefault(),
	];
}