Handle requests for user comments. More...
Public Member Functions | |
| CommentHandler () | |
| delete ($args) | |
| validate ($paperId) | |
Public Attributes | |
| $paper | |
Handle requests for user comments.
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(), and validate().
| 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().
Referenced by delete().
| CommentHandler.$paper |
the paper associated with the comment
Definition at line 25 of file CommentHandler.inc.php.
Referenced by validate().
1.7.1