• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Factory/Contact.php
  • Класс: Bitrix\Crm\Service\Factory\Contact
  • Вызов: Contact::createCategory
public function createCategory(array $data = []): Category
{
	$object = ItemCategoryTable::createObject($data);
	$object->setEntityTypeId($this->getEntityTypeId());

	return new ItemCategory($object);
}