• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/category/entity/itemcategory.php
  • Класс: Bitrix\Crm\Category\Entity\ItemCategory
  • Вызов: ItemCategory::__construct
public function __construct(EO_ItemCategory $entityObject)
{
	$this->entityObject = $entityObject;

	Container::getInstance()->getLocalization()->loadMessages(); // TODO: separate file with system categories
}