CCrmRestEventDispatcher::verifyEntityId

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

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

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