|
Open Preprint Systems
3.3.0
|
17 import(
'lib.pkp.classes.context.PKPSection');
63 return $this->
getData(
'abbrev', $locale);
72 return $this->
setData(
'abbrev', $abbrev, $locale);
89 return $this->
setData(
'path', $path);
98 return $this->
getData(
'description', $locale);
107 $this->
setData(
'description', $description, $locale);
115 return $this->
getData(
'wordCount');
123 return $this->
setData(
'wordCount', $wordCount);
131 return $this->
getData(
'metaIndexed');
139 return $this->
setData(
'metaIndexed', $metaIndexed);
147 return $this->
getData(
'metaReviewed');
155 return $this->
setData(
'metaReviewed', $metaReviewed);
163 return $this->
getData(
'abstractsNotRequired');
171 return $this->
setData(
'abstractsNotRequired', $abstractsNotRequired);
188 return $this->
getData(
'identifyType', $locale);
197 return $this->
setData(
'identifyType', $identifyType, $locale);
205 return $this->
getData(
'hideTitle');
213 return $this->
setData(
'hideTitle', $hideTitle);
221 return $this->
getData(
'hideAuthor');
229 return $this->
setData(
'hideAuthor', $hideAuthor);
237 return $this->
getData(
'isInactive');
245 $this->
setData(
'isInactive', $isInactive);
& getData($key, $locale=null)
getLocalizedData($key, $preferredLocale=null)
getLocalizedDescription()
setAbbrev($abbrev, $locale)
setAbstractWordCount($wordCount)
setMetaIndexed($metaIndexed)
setIdentifyType($identifyType, $locale)
setAbstractsNotRequired($abstractsNotRequired)
getAbstractsNotRequired()
setMetaReviewed($metaReviewed)
setIsInactive($isInactive)
getLocalizedIdentifyType()
setHideAuthor($hideAuthor)
Describes basic section properties.
Describes basic section properties.
setData($key, $value, $locale=null)
setDescription($description, $locale)