• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/assets/resourcecollection.php
  • Класс: BitrixLandingAssetsResourceCollection
  • Вызов: ResourceCollection::addString
public function addString(string $string): void
{
	if ($string && !in_array($string, $this->strings, true))
	{
		$this->strings[] = $string;
	}
}