• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/structure.php
  • Класс: BitrixRestConfigurationStructure
  • Вызов: Structure::addSmallFile
public function addSmallFile($info, $content)
{
	$info['CONTENT'] = base64_encode($content);
	$this->setting->set(self::CODE_FILES_SMALL_LIST, $info);
}