...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/ui/navigationbarpanel.php
- Класс: Bitrix\Crm\UI\NavigationBarPanel
- Вызов: NavigationBarPanel::__construct
public function __construct(int $entityTypeId, int $categoryId = null) { $this->validate($entityTypeId); $this->entityTypeId = $entityTypeId; $this->categoryId = $categoryId === -1 ? null : $categoryId; $this->router = Container::getInstance()->getRouter(); }