Admin_View_Helper_ModerateSubjectComment::moderateSubjectComment PHP Method

moderateSubjectComment() public method

Render actions
public moderateSubjectComment ( Comment $comment ) : void
$comment Newscoop\Entity\Comment
return void
    public function moderateSubjectComment(Comment $comment)
    {
        $this->view->comment = $comment;
        return $this->view->render('moderate-subject-comment.phtml');
    }
Admin_View_Helper_ModerateSubjectComment