Public Member Functions | |
display () | |
execute () | |
getLocaleFieldNames () | |
initData () | |
readInputData () | |
ReviewFormForm ($reviewFormId=null) | |
Public Attributes | |
$reviewFormId |
Definition at line 18 of file ReviewFormForm.inc.php.
ReviewFormForm.display | ( | ) |
Display the form.
Definition at line 50 of file ReviewFormForm.inc.php.
ReviewFormForm.execute | ( | ) |
Save review form.
Definition at line 87 of file ReviewFormForm.inc.php.
References $reviewFormId, and Request.getConference().
ReviewFormForm.getLocaleFieldNames | ( | ) |
Get the names of fields for which localized data is allowed.
Definition at line 42 of file ReviewFormForm.inc.php.
ReviewFormForm.initData | ( | ) |
Initialize form data from current review form.
Definition at line 60 of file ReviewFormForm.inc.php.
References Request.getConference().
ReviewFormForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 80 of file ReviewFormForm.inc.php.
ReviewFormForm.ReviewFormForm | ( | $ | reviewFormId = null |
) |
Constructor.
$reviewFormId | int |
Definition at line 27 of file ReviewFormForm.inc.php.
References $reviewFormId.