• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/assets/resourcecollection.php
  • Класс: BitrixLandingAssetsResourceCollection
  • Вызов: ResourceCollection::isNeedRaiseLocation
protected function isNeedRaiseLocation(string $path, int $location): bool
{
	return $location < $this->resources[$path][self::KEY_LOCATION];
}