• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmRestEventDispatcher
  • Вызов: CCrmRestEventDispatcher::verifyEntityId
static function verifyEntityId($entityId)
{
	static::ensureEntityIdsDefined();

	return in_array($entityId, self::$entityIds, true);
}