• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/classes/general/rest.php
  • Класс: CRestServer
  • Вызов: CRestServer::getMethodOptions
protected function getMethodOptions()
{
	$methodDescription = $this->getMethodDescription();
	return is_array($methodDescription['options'])
		? $methodDescription['options']
		: array();
}