|
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 Category properties.
Definition at line 17 of file Category.inc.php.
| Category::getContextId | ( | ) |
Get ID of context.
Definition at line 22 of file Category.inc.php.
References DataObject\getData().
| Category::getDescription | ( | $locale | ) |
Get description of category.
| $locale | string |
Definition at line 121 of file Category.inc.php.
References DataObject\getData().
| Category::getImage | ( | ) |
Get the image.
Definition at line 138 of file Category.inc.php.
References DataObject\getData().
| Category::getLocalizedDescription | ( | ) |
Get localized description of the category.
Definition at line 112 of file Category.inc.php.
References DataObject\getLocalizedData().
| Category::getLocalizedTitle | ( | ) |
Get localized title of the category.
Definition at line 86 of file Category.inc.php.
References DataObject\getLocalizedData().
| Category::getParentId | ( | ) |
Get ID of parent category.
Definition at line 38 of file Category.inc.php.
References DataObject\getData().
| Category::getPath | ( | ) |
Get category path.
Definition at line 70 of file Category.inc.php.
References DataObject\getData().
| Category::getSequence | ( | ) |
Get sequence of category.
Definition at line 54 of file Category.inc.php.
References DataObject\getData().
| Category::getSortOption | ( | ) |
Get the option how the books in this category should be sorted, in the form: concat(sortBy, sortDir).
Definition at line 155 of file Category.inc.php.
References DataObject\getData().
| Category::getTitle | ( | $locale | ) |
Get title of category.
| $locale | string |
Definition at line 95 of file Category.inc.php.
References DataObject\getData().
| Category::setContextId | ( | $contextId | ) |
Set ID of context.
| $contextId | int |
Definition at line 30 of file Category.inc.php.
References DataObject\setData().
| Category::setDescription | ( | $description, | |
| $locale | |||
| ) |
Set description of category.
| $description | string |
| $locale | string |
Definition at line 130 of file Category.inc.php.
References DataObject\setData().
| Category::setImage | ( | $image | ) |
Set the image.
| $image | array |
Definition at line 146 of file Category.inc.php.
References DataObject\setData().
| Category::setParentId | ( | $parentId | ) |
Set ID of parent category.
| $parentId | int |
Definition at line 46 of file Category.inc.php.
References DataObject\setData().
| Category::setPath | ( | $path | ) |
Set category path.
| $path | string |
Definition at line 78 of file Category.inc.php.
References DataObject\setData().
| Category::setSequence | ( | $sequence | ) |
Set sequence of category.
| $sequence | int |
Definition at line 62 of file Category.inc.php.
References DataObject\setData().
| Category::setSortOption | ( | $sortOption | ) |
Set the option how the books in this categpry should be sorted, in the form: concat(sortBy, sortDir).
| $sortOption | string |
Definition at line 164 of file Category.inc.php.
References DataObject\setData().
| Category::setTitle | ( | $title, | |
| $locale | |||
| ) |
Set title of category.
| $title | string |
| $locale | string |
Definition at line 104 of file Category.inc.php.
References DataObject\setData().