Form to change metadata information for an RT comment. More...
Public Member Functions | |
| CommentForm ($commentId, $paperId, $galleyId, $parentId=null) | |
| CommentForm ($paper, $commentType, $roleId, $assocId=null) | |
| display () | |
| display () | |
| email ($recipients) | |
| execute () | |
| execute () | |
| initData () | |
| readInputData () | |
| readInputData () | |
| setUser (&$user) | |
Form to change metadata information for an RT comment.
Comment form.
Definition at line 25 of file CommentForm.inc.php.
| CommentForm.CommentForm | ( | $ | commentId, | |
| $ | paperId, | |||
| $ | galleyId, | |||
| $ | parentId = null | |||
| ) |
Constructor.
Definition at line 48 of file CommentForm.inc.php.
Referenced by DirectorDecisionCommentForm.DirectorDecisionCommentForm(), and PeerReviewCommentForm.PeerReviewCommentForm().
| CommentForm.CommentForm | ( | $ | paper, | |
| $ | commentType, | |||
| $ | roleId, | |||
| $ | assocId = null | |||
| ) |
| CommentForm.display | ( | ) |
Display the form.
Reimplemented in DirectorDecisionCommentForm, and PeerReviewCommentForm.
Definition at line 76 of file CommentForm.inc.php.
References display().
| CommentForm.display | ( | ) |
Display the form.
Reimplemented in DirectorDecisionCommentForm, and PeerReviewCommentForm.
Definition at line 102 of file CommentForm.inc.php.
References Request.getConference(), and Request.getSchedConf().
Referenced by display().
| CommentForm.email | ( | $ | recipients | ) |
Email the comment.
| $recipients | array of recipients (email address => name) |
Definition at line 130 of file CommentForm.inc.php.
References Request.getSchedConf().
| CommentForm.execute | ( | ) |
Save changes to comment.
Reimplemented in DirectorDecisionCommentForm, and PeerReviewCommentForm.
Definition at line 166 of file CommentForm.inc.php.
References Request.getConference(), and Request.getSchedConf().
| CommentForm.execute | ( | ) |
Add the comment.
Reimplemented in DirectorDecisionCommentForm, and PeerReviewCommentForm.
Definition at line 107 of file CommentForm.inc.php.
| CommentForm.initData | ( | ) |
Initialize form data from current comment.
Definition at line 77 of file CommentForm.inc.php.
| CommentForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented in DirectorDecisionCommentForm, and PeerReviewCommentForm.
Definition at line 147 of file CommentForm.inc.php.
| CommentForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented in DirectorDecisionCommentForm, and PeerReviewCommentForm.
Definition at line 94 of file CommentForm.inc.php.
| CommentForm.setUser | ( | &$ | user | ) |
Set the user this comment form is associated with.
| $user | object |
Definition at line 69 of file CommentForm.inc.php.
1.7.1