• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/routing/action.php
  • Класс: BitrixVoximplantRoutingAction
  • Вызов: Action::getParameter
public function getParameter($name)
{
	return isset($this->parameters[$name]) ? $this->parameters[$name] : null;
}