Inheritance diagram for ReviewFormHandler:
Public Member Functions | |
activateReviewForm ($args) | |
copyReviewForm ($args) | |
copyReviewFormElement () | |
createReviewForm () | |
createReviewFormElement ($args) | |
deactivateReviewForm ($args) | |
deleteReviewForm ($args) | |
deleteReviewFormElement ($args) | |
editReviewForm ($args=array()) | |
editReviewFormElement ($args) | |
moveReviewForm () | |
moveReviewFormElement () | |
previewReviewForm ($args) | |
reviewFormElements ($args) | |
ReviewFormHandler () | |
reviewForms () | |
setupTemplate ($subclass=false, $reviewForm=null) | |
updateReviewForm () | |
updateReviewFormElement () |
Definition at line 18 of file ReviewFormHandler.inc.php.
ReviewFormHandler.activateReviewForm | ( | $ | args | ) |
Activate a published review form.
$args | array first parameter is the ID of the review form to activate |
Definition at line 193 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), and reviewForms().
ReviewFormHandler.copyReviewForm | ( | $ | args | ) |
Copy a published review form.
Definition at line 234 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), and reviewForms().
ReviewFormHandler.copyReviewFormElement | ( | ) |
Copy review form elemnts to another review form.
Definition at line 477 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), and reviewFormElements().
ReviewFormHandler.createReviewForm | ( | ) |
Display form to create a new review form.
Definition at line 48 of file ReviewFormHandler.inc.php.
References editReviewForm().
ReviewFormHandler.createReviewFormElement | ( | $ | args | ) |
Display form to create a new review form element.
Definition at line 319 of file ReviewFormHandler.inc.php.
References editReviewFormElement().
ReviewFormHandler.deactivateReviewForm | ( | $ | args | ) |
Deactivate a published review form.
$args | array first parameter is the ID of the review form to deactivate |
Definition at line 214 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), and reviewForms().
ReviewFormHandler.deleteReviewForm | ( | $ | args | ) |
Delete a review form.
$args | array first parameter is the ID of the review form to delete |
Definition at line 165 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), and reviewForms().
ReviewFormHandler.deleteReviewFormElement | ( | $ | args | ) |
Delete a review form element.
$args | array ($reviewFormId, $reviewFormElementId) |
Definition at line 438 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), and reviewFormElements().
ReviewFormHandler.editReviewForm | ( | $ | args = array() |
) |
Display form to create/edit a review form.
$args | array optional, if set the first parameter is the ID of the review form to edit |
Definition at line 56 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), reviewForms(), and setupTemplate().
Referenced by createReviewForm(), and setupTemplate().
ReviewFormHandler.editReviewFormElement | ( | $ | args | ) |
Display form to create/edit a review form element.
$args | ($reviewFormId, $reviewFormElementId) |
Definition at line 327 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), reviewFormElements(), and setupTemplate().
Referenced by createReviewFormElement().
ReviewFormHandler.moveReviewForm | ( | ) |
Change the sequence of a review form.
Definition at line 266 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), and reviewForms().
ReviewFormHandler.moveReviewFormElement | ( | ) |
Change the sequence of a review form element.
Definition at line 457 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), and reviewFormElements().
ReviewFormHandler.previewReviewForm | ( | $ | args | ) |
Preview a review form.
$args | array first parameter is the ID of the review form to preview |
Definition at line 130 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), reviewFormElements(), reviewForms(), and setupTemplate().
ReviewFormHandler.reviewFormElements | ( | $ | args | ) |
Display a list of the review form elements within a review form.
Definition at line 285 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), reviewForms(), and setupTemplate().
Referenced by copyReviewFormElement(), deleteReviewFormElement(), editReviewFormElement(), moveReviewFormElement(), previewReviewForm(), and updateReviewFormElement().
ReviewFormHandler.ReviewFormHandler | ( | ) |
Constructor
Definition at line 22 of file ReviewFormHandler.inc.php.
ReviewFormHandler.reviewForms | ( | ) |
Display a list of review forms within the current conference.
Definition at line 29 of file ReviewFormHandler.inc.php.
References Request.getConference(), and setupTemplate().
Referenced by activateReviewForm(), copyReviewForm(), deactivateReviewForm(), deleteReviewForm(), editReviewForm(), moveReviewForm(), previewReviewForm(), reviewFormElements(), setupTemplate(), and updateReviewForm().
ReviewFormHandler.updateReviewForm | ( | ) |
Save changes to a review form.
Definition at line 92 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), reviewForms(), and setupTemplate().
ReviewFormHandler.updateReviewFormElement | ( | ) |
Save changes to a review form element.
Definition at line 365 of file ReviewFormHandler.inc.php.
References Request.getConference(), Request.redirect(), reviewFormElements(), and setupTemplate().