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