Test2Controller::anotherThreeAction PHP Метод

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

public anotherThreeAction ( )
    public function anotherThreeAction()
    {
        $this->dispatcher->forward(['controller' => 'test2', 'action' => 'anotherfour']);
        return;
    }