• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/setting.php
  • Класс: BitrixRestConfigurationSetting
  • Вызов: Setting::__construct
public function __construct($context)
{
	if ($context != '')
	{
		$context = preg_replace('/[^a-zA-Z0-9_]/', '', $context);
		$this->context = $context;
	}
}