|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
Basic class describing a review form.
Definition at line 24 of file ReviewForm.inc.php.
| ReviewForm::getActive | ( | ) |
Get active flag
Definition at line 130 of file ReviewForm.inc.php.
References DataObject\getData().
| ReviewForm::getAssocId | ( | ) |
Get the Id of the associated type.
Definition at line 98 of file ReviewForm.inc.php.
References DataObject\getData().
| ReviewForm::getAssocType | ( | ) |
Get the associated type.
Definition at line 82 of file ReviewForm.inc.php.
References DataObject\getData().
| ReviewForm::getCompleteCount | ( | ) |
Get the number of completed reviews for this review form.
Definition at line 50 of file ReviewForm.inc.php.
References DataObject\getData().
| ReviewForm::getDescription | ( | $locale | ) |
Get description.
| $locale | string |
Definition at line 165 of file ReviewForm.inc.php.
References DataObject\getData().
| ReviewForm::getIncompleteCount | ( | ) |
Get the number of incomplete reviews for this review form.
Definition at line 66 of file ReviewForm.inc.php.
References DataObject\getData().
| ReviewForm::getLocalizedDescription | ( | ) |
Get localized description.
Definition at line 38 of file ReviewForm.inc.php.
References DataObject\getLocalizedData().
| ReviewForm::getLocalizedTitle | ( | ) |
Get localized title.
Definition at line 30 of file ReviewForm.inc.php.
References DataObject\getLocalizedData().
| ReviewForm::getSequence | ( | ) |
Get sequence of review form.
Definition at line 114 of file ReviewForm.inc.php.
References DataObject\getData().
| ReviewForm::getTitle | ( | $locale | ) |
Get title.
| $locale | string |
Definition at line 147 of file ReviewForm.inc.php.
References DataObject\getData().
| ReviewForm::setActive | ( | $active | ) |
Set active flag
| $active | int |
Definition at line 138 of file ReviewForm.inc.php.
References DataObject\setData().
| ReviewForm::setAssocId | ( | $assocId | ) |
Set the Id of the associated type.
| $assocId | int |
Definition at line 106 of file ReviewForm.inc.php.
References DataObject\setData().
| ReviewForm::setAssocType | ( | $assocType | ) |
Set the associated type.
| $assocType | int |
Definition at line 90 of file ReviewForm.inc.php.
References DataObject\setData().
| ReviewForm::setCompleteCount | ( | $completeCount | ) |
Set the number of complete reviews for this review form.
| $completeCount | int |
Definition at line 58 of file ReviewForm.inc.php.
References DataObject\setData().
| ReviewForm::setDescription | ( | $description, | |
| $locale | |||
| ) |
Set description.
| $description | string |
| $locale | string |
Definition at line 174 of file ReviewForm.inc.php.
References DataObject\setData().
| ReviewForm::setIncompleteCount | ( | $incompleteCount | ) |
Set the number of incomplete reviews for this review form.
| $incompleteCount | int |
Definition at line 74 of file ReviewForm.inc.php.
References DataObject\setData().
| ReviewForm::setSequence | ( | $sequence | ) |
Set sequence of review form.
| $sequence | float |
Definition at line 122 of file ReviewForm.inc.php.
References DataObject\setData().
| ReviewForm::setTitle | ( | $title, | |
| $locale | |||
| ) |
Set title.
| $title | string |
| $locale | string |
Definition at line 156 of file ReviewForm.inc.php.
References DataObject\setData().