|
Open Preprint 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 19 of file Section.inc.php.
| Section::getAbbrev | ( | $locale | ) |
Get section title abbreviation.
| $locale | string |
Definition at line 62 of file Section.inc.php.
References DataObject\getData().
| Section::getAbstractsNotRequired | ( | ) |
Get boolean indicating whether abstracts are required
Definition at line 162 of file Section.inc.php.
References DataObject\getData().
| Section::getAbstractWordCount | ( | ) |
Get abstract word count limit.
Definition at line 114 of file Section.inc.php.
References DataObject\getData().
| Section::getDescription | ( | $locale | ) |
Get description of section.
| $locale | string |
Definition at line 97 of file Section.inc.php.
References DataObject\getData().
| Section::getHideAuthor | ( | ) |
Return boolean indicating if author should be hidden in issue ToC.
Definition at line 220 of file Section.inc.php.
References DataObject\getData().
| Section::getHideTitle | ( | ) |
Return boolean indicating if title should be hidden in issue ToC.
Definition at line 204 of file Section.inc.php.
References DataObject\getData().
| Section::getIdentifyType | ( | $locale | ) |
Get string identifying type of items in this section.
| $locale | string |
Definition at line 187 of file Section.inc.php.
References DataObject\getData().
| Section::getIsInactive | ( | ) |
Return boolean indicating if section should be inactivated.
Definition at line 236 of file Section.inc.php.
References DataObject\getData().
| Section::getJournalId | ( | ) |
Get ID of journal.
Definition at line 45 of file Section.inc.php.
References PKPSection\getContextId().
| Section::getLocalizedAbbrev | ( | ) |
Get localized abbreviation of journal section.
Definition at line 25 of file Section.inc.php.
References DataObject\getLocalizedData().
| Section::getLocalizedDescription | ( | ) |
Get localized description of section.
Definition at line 33 of file Section.inc.php.
References DataObject\getLocalizedData().
| Section::getLocalizedIdentifyType | ( | ) |
Get localized string identifying type of items in this section.
Definition at line 178 of file Section.inc.php.
References DataObject\getLocalizedData().
| Section::getMetaIndexed | ( | ) |
Get "will/will not be indexed" setting of section.
Definition at line 130 of file Section.inc.php.
References DataObject\getData().
| Section::getMetaReviewed | ( | ) |
Get peer-reviewed setting of section.
Definition at line 146 of file Section.inc.php.
References DataObject\getData().
| Section::getPath | ( | ) |
Get section path.
| $locale | string |
Definition at line 80 of file Section.inc.php.
References DataObject\getData().
| Section::setAbbrev | ( | $abbrev, | |
| $locale | |||
| ) |
Set section title abbreviation.
| $abbrev | string |
| $locale | string |
Definition at line 71 of file Section.inc.php.
References DataObject\setData().
| Section::setAbstractsNotRequired | ( | $abstractsNotRequired | ) |
Set boolean indicating whether abstracts are required
| $abstractsNotRequired | boolean |
Definition at line 170 of file Section.inc.php.
References DataObject\setData().
| Section::setAbstractWordCount | ( | $wordCount | ) |
Set abstract word count limit.
| $wordCount | int |
Definition at line 122 of file Section.inc.php.
References DataObject\setData().
| Section::setDescription | ( | $description, | |
| $locale | |||
| ) |
Set description of section.
| $description | string |
| $locale | string |
Definition at line 106 of file Section.inc.php.
References DataObject\setData().
| Section::setHideAuthor | ( | $hideAuthor | ) |
Set if author should be hidden in issue ToC.
| $hideAuthor | boolean |
Definition at line 228 of file Section.inc.php.
References DataObject\setData().
| Section::setHideTitle | ( | $hideTitle | ) |
Set if title should be hidden in issue ToC.
| $hideTitle | boolean |
Definition at line 212 of file Section.inc.php.
References DataObject\setData().
| Section::setIdentifyType | ( | $identifyType, | |
| $locale | |||
| ) |
Set string identifying type of items in this section.
| $identifyType | string |
| $locale | string |
Definition at line 196 of file Section.inc.php.
References DataObject\setData().
| Section::setIsInactive | ( | $isInactive | ) |
Set if section should be inactivated.
| $isInactive | int |
Definition at line 244 of file Section.inc.php.
References DataObject\setData().
| Section::setJournalId | ( | $journalId | ) |
Set ID of journal.
| $journalId | int |
Definition at line 53 of file Section.inc.php.
References PKPSection\setContextId().
| Section::setMetaIndexed | ( | $metaIndexed | ) |
Set "will/will not be indexed" setting of section.
| $metaIndexed | boolean |
Definition at line 138 of file Section.inc.php.
References DataObject\setData().
| Section::setMetaReviewed | ( | $metaReviewed | ) |
Set peer-reviewed setting of section.
| $metaReviewed | boolean |
Definition at line 154 of file Section.inc.php.
References DataObject\setData().
| Section::setPath | ( | $path | ) |
Set section path.
| $path | string |
Definition at line 88 of file Section.inc.php.
References DataObject\setData().