|
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 19 of file Section.inc.php.
| Section::getAbbrev | ( | $locale | ) |
Get section title abbreviation.
| $locale | string |
Definition at line 55 of file Section.inc.php.
References DataObject\getData().
| Section::getAbstractsNotRequired | ( | ) |
Get boolean indicating whether abstracts are required
Definition at line 120 of file Section.inc.php.
References DataObject\getData().
| Section::getAbstractWordCount | ( | ) |
Get abstract word count limit.
Definition at line 72 of file Section.inc.php.
References DataObject\getData().
| Section::getHideAuthor | ( | ) |
Return boolean indicating if author should be hidden in issue ToC.
Definition at line 178 of file Section.inc.php.
References DataObject\getData().
| Section::getHideTitle | ( | ) |
Return boolean indicating if title should be hidden in issue ToC.
Definition at line 162 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 145 of file Section.inc.php.
References DataObject\getData().
| Section::getIsInactive | ( | ) |
Return boolean indicating if section should be inactivated.
Definition at line 194 of file Section.inc.php.
References DataObject\getData().
| Section::getJournalId | ( | ) |
Get ID of journal.
Definition at line 38 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::getLocalizedIdentifyType | ( | ) |
Get localized string identifying type of items in this section.
Definition at line 136 of file Section.inc.php.
References DataObject\getLocalizedData().
| Section::getMetaIndexed | ( | ) |
Get "will/will not be indexed" setting of section.
Definition at line 88 of file Section.inc.php.
References DataObject\getData().
| Section::getMetaReviewed | ( | ) |
Get peer-reviewed setting of section.
Definition at line 104 of file Section.inc.php.
References DataObject\getData().
| Section::setAbbrev | ( | $abbrev, | |
| $locale | |||
| ) |
Set section title abbreviation.
| $abbrev | string |
| $locale | string |
Definition at line 64 of file Section.inc.php.
References DataObject\setData().
| Section::setAbstractsNotRequired | ( | $abstractsNotRequired | ) |
Set boolean indicating whether abstracts are required
| $abstractsNotRequired | boolean |
Definition at line 128 of file Section.inc.php.
References DataObject\setData().
| Section::setAbstractWordCount | ( | $wordCount | ) |
Set abstract word count limit.
| $wordCount | int |
Definition at line 80 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 186 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 170 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 154 of file Section.inc.php.
References DataObject\setData().
| Section::setIsInactive | ( | $isInactive | ) |
Set if section should be inactivated.
| $isInactive | int |
Definition at line 202 of file Section.inc.php.
References DataObject\setData().
| Section::setJournalId | ( | $journalId | ) |
Set ID of journal.
| $journalId | int |
Definition at line 46 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 96 of file Section.inc.php.
References DataObject\setData().
| Section::setMetaReviewed | ( | $metaReviewed | ) |
Set peer-reviewed setting of section.
| $metaReviewed | boolean |
Definition at line 112 of file Section.inc.php.
References DataObject\setData().