• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/authmanager.php
  • Класс: for
  • Вызов: for::GetOption
static function GetOption($opt)
{
	if(self::$settingsSuffix === false)
		self::$settingsSuffix = self::OptionsSuffix();

	return COption::GetOptionString("socialservices", $opt.self::$settingsSuffix);
}