• Модуль: learning
  • Путь к файлу: ~/bitrix/modules/learning/classes/general/clearnsharedargmanager.php
  • Класс: dependencies
  • Вызов: dependencies::GetParsedOptions
public function GetParsedOptions()
{
	if ($this->parsedOptions === NULL)
		throw new Exception();

	return ($this->parsedOptions);
}