|
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() | |
Describes basic section properties.
Definition at line 16 of file PKPSection.inc.php.
| PKPSection::getContextId | ( | ) |
Get ID of context.
Definition at line 22 of file PKPSection.inc.php.
References DataObject\getData().
Referenced by Section\getJournalId().
| PKPSection::getEditorRestricted | ( | ) |
Return boolean indicating whether or not submissions are restricted to [sub]Editors.
Definition at line 80 of file PKPSection.inc.php.
References DataObject\getData().
| PKPSection::getLocalizedPolicy | ( | ) |
Get localized section policy.
Definition at line 121 of file PKPSection.inc.php.
References DataObject\getLocalizedData().
| PKPSection::getLocalizedTitle | ( | ) |
Get localized title of section.
Definition at line 54 of file PKPSection.inc.php.
References DataObject\getLocalizedData().
| PKPSection::getPolicy | ( | $locale | ) |
Get policy.
| $locale | string |
Definition at line 130 of file PKPSection.inc.php.
References DataObject\getData().
| PKPSection::getReviewFormId | ( | ) |
Get ID of primary review form.
Definition at line 96 of file PKPSection.inc.php.
References DataObject\getData().
| PKPSection::getSequence | ( | ) |
Get sequence of section.
Definition at line 38 of file PKPSection.inc.php.
References DataObject\getData().
| PKPSection::getTitle | ( | $locale | ) |
Get title of section.
| $locale | string |
Definition at line 63 of file PKPSection.inc.php.
References DataObject\getData().
| PKPSection::getViews | ( | ) |
Get section main page views.
Definition at line 112 of file PKPSection.inc.php.
References $application, PKPApplication\get(), and DataObject\getId().
| PKPSection::setContextId | ( | $contextId | ) |
Set ID of context.
| $contextId | int |
Definition at line 30 of file PKPSection.inc.php.
References DataObject\setData().
Referenced by Section\setJournalId().
| PKPSection::setEditorRestricted | ( | $editorRestricted | ) |
Set whether or not submissions are restricted to [sub]Editors.
| $editorRestricted | boolean |
Definition at line 88 of file PKPSection.inc.php.
References DataObject\setData().
| PKPSection::setPolicy | ( | $policy, | |
| $locale | |||
| ) |
Set policy.
| $policy | string |
| $locale | string |
Definition at line 139 of file PKPSection.inc.php.
References DataObject\setData().
| PKPSection::setReviewFormId | ( | $reviewFormId | ) |
Set ID of primary review form.
| $reviewFormId | int |
Definition at line 104 of file PKPSection.inc.php.
References DataObject\setData().
| PKPSection::setSequence | ( | $sequence | ) |
Set sequence of section.
| $sequence | float |
Definition at line 46 of file PKPSection.inc.php.
References DataObject\setData().
| PKPSection::setTitle | ( | $title, | |
| $locale | |||
| ) |
Set title of section.
| $title | string |
| $locale | string |
Definition at line 72 of file PKPSection.inc.php.
References DataObject\setData().