• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/action.php
  • Класс: BitrixMobileAction
  • Вызов: Action::getAction
public function getAction($name)
{
	if (array_key_exists($name, $this->actions))
	{
		return $this->actions[$name];
	}

	return false;
}