Inheritance diagram for CommentHandler:
Public Member Functions | |
add ($args) | |
CommentHandler () | |
delete ($args) | |
setupTemplate ($paper, $galleyId, $comment=null) | |
validate ($paperId) | |
view ($args) | |
Public Attributes | |
$paper |
Definition at line 23 of file CommentHandler.inc.php.
CommentHandler.CommentHandler | ( | ) |
Constructor
Definition at line 30 of file CommentHandler.inc.php.
CommentHandler.delete | ( | $ | args | ) |
Delete the specified comment and all its children.
Definition at line 150 of file CommentHandler.inc.php.
References Validation.isConferenceManager(), Request.redirect(), validate(), and view().
CommentHandler.validate | ( | $ | paperId | ) |
Definition at line 174 of file CommentHandler.inc.php.
References $paper, Request.getConference(), Request.getSchedConf(), Validation.isLoggedIn(), Request.redirect(), and Validation.redirectLogin().
CommentHandler.$paper |
the paper associated with the comment
Definition at line 25 of file CommentHandler.inc.php.
Referenced by add(), setupTemplate(), validate(), and view().