Admin_CommentController::addAction PHP Method

addAction() public method

public addAction ( )
    public function addAction()
    {
        $comment = new Comment();
        $this->handleForm($this->form, $comment);
        $this->view->form = $this->form;
        $this->view->comment = $comment;
    }