• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/classes/general/snippets.php
  • Класс: CSnippets
  • Вызов: CSnippets::GetCode
static function GetCode($path)
{
	$io = CBXVirtualIo::GetInstance();
	return $io->FileExists($path) ? $GLOBALS['APPLICATION']->GetFileContent($path) : '';
}