Open Journal Systems
3.3.0
|
23 return $this->
getData(
'contextId');
31 return $this->
setData(
'contextId', $contextId);
39 return $this->
getData(
'parentId');
47 return $this->
setData(
'parentId', $parentId);
55 return $this->
getData(
'sequence');
63 return $this->
setData(
'sequence', $sequence);
79 return $this->
setData(
'path', $path);
96 return $this->
getData(
'title', $locale);
105 return $this->
setData(
'title', $title, $locale);
122 return $this->
getData(
'description', $locale);
131 return $this->
setData(
'description', $description, $locale);
139 return $this->
getData(
'image');
147 return $this->
setData(
'image', $image);
156 return $this->
getData(
'sortOption');
165 return $this->
setData(
'sortOption', $sortOption);
& getData($key, $locale=null)
getLocalizedData($key, $preferredLocale=null)
setDescription($description, $locale)
Any class with an associated DAO should extend this class.
Describes basic Category properties.
setTitle($title, $locale)
setSortOption($sortOption)
setData($key, $value, $locale=null)
getLocalizedDescription()