• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/structure.php
  • Класс: BitrixRestConfigurationStructure
  • Вызов: Structure::__construct
public function __construct($context)
{
	$this->context = $context;
	$this->setting = new Setting($context);
	$this->setting->addMultipleCode(self::CODE_CONFIGURATION_FILES_LIST);
	$this->setting->addMultipleCode(self::CODE_FILES_LIST);
	$this->setting->addMultipleCode(self::CODE_FILES_SMALL_LIST);
}