• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/base/controller.php
  • Класс: BitrixVoteBaseController
  • Вызов: Controller::runAction
protected function runAction()
{
	if (! method_exists($this, 'processAction' . $this->getAction()))
		throw new InvalidOperationException('processAction' . $this->getAction());
	return call_user_func(array($this, 'processAction' . $this->getAction()));
}