Admin_CommentCommenterController::addAction PHP Метод

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

Action for Adding a Commenter
public addAction ( )
    public function addAction()
    {
        $commenter = new Commenter();
        $this->handleForm($this->form, $commenter);
        $this->view->form = $this->form;
        $this->view->commenter = $commenter;
    }