Public Member Functions | |
display ($additionalHiddenParams=null) | |
EditCommentForm (&$paper, &$comment) | |
email ($recipients) | |
emailHelper () | |
execute () | |
initData () | |
readInputData () | |
Public Attributes | |
$comment | |
$paper | |
$roleId | |
$user |
Definition at line 19 of file EditCommentForm.inc.php.
EditCommentForm.display | ( | $ | additionalHiddenParams = null |
) |
Display the form.
Definition at line 66 of file EditCommentForm.inc.php.
EditCommentForm.EditCommentForm | ( | &$ | paper, | |
&$ | comment | |||
) |
Constructor.
$paper | object | |
$comment | object |
Definition at line 38 of file EditCommentForm.inc.php.
EditCommentForm.email | ( | $ | recipients | ) |
Email the comment.
$recipients | array of recipients (email address => name) |
Definition at line 185 of file EditCommentForm.inc.php.
EditCommentForm.emailHelper | ( | ) |
UGLEEE function that gets the recipients for a comment.
Definition at line 119 of file EditCommentForm.inc.php.
References Request.getConference().
EditCommentForm.execute | ( | ) |
EditCommentForm.initData | ( | ) |
Initialize form data from current comment.
Definition at line 53 of file EditCommentForm.inc.php.
References $comment.
EditCommentForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 89 of file EditCommentForm.inc.php.