• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/classes/general/restentity.php
  • Класс: CBitrixRestEntity
  • Вызов: CBitrixRestEntity::checkEntity
static function checkEntity($entity, $server)
{
	if(self::getIBlock(self::getEntityIBlockCode($entity, $server)))
		return true;
	else
		return false;
}