NavigationBarPanel::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. NavigationBarPanel
  4. __construct
  • Модуль: 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();
}

Добавить комментарий