• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/assets/resourcecollection.php
  • Класс: BitrixLandingAssetsResourceCollection
  • Вызов: ResourceCollection::remove
public function remove($pathes): void
{
	if (!is_array($pathes))
	{
		$pathes = [$pathes];
	}

	foreach ($pathes as $path)
	{
		$this->removeOnce($path);
	}
}