Test2Controller::anotherFiveAction PHP Метод

anotherFiveAction() публичный Метод

public anotherFiveAction ( )
    public function anotherFiveAction()
    {
        return $this->dispatcher->getParam('param1') + $this->dispatcher->getParam('param2');
    }