Admin_View_Helper_CommentAction::commentAction PHP Метод

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

Render actions
public commentAction ( $comment ) : void
Результат void
    public function commentAction($comment)
    {
        $this->view->comment = $comment;
        return $this->view->render('comment-action.phtml');
    }
Admin_View_Helper_CommentAction