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

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