Base::isEntityTypeSupported

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Base
  4. isEntityTypeSupported
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/security/controller/base.php
  • Класс: Bitrix\Crm\Security\Controller\Base
  • Вызов: Base::isEntityTypeSupported
public function isEntityTypeSupported(int $entityTypeId): bool
{
	return ($this->getEntityTypeID() === $entityTypeId);
}

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