|
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() | |
Basic class describing a controlled vocab.
Definition at line 18 of file ControlledVocabEntry.inc.php.
| ControlledVocabEntry::getControlledVocabId | ( | ) |
Get the ID of the controlled vocab.
Definition at line 28 of file ControlledVocabEntry.inc.php.
References DataObject\getData().
| ControlledVocabEntry::getLocalizedName | ( | ) |
Get the localized name.
Definition at line 60 of file ControlledVocabEntry.inc.php.
References DataObject\getLocalizedData().
| ControlledVocabEntry::getName | ( | $locale | ) |
Get the name of the controlled vocabulary entry.
| $locale | string |
Definition at line 69 of file ControlledVocabEntry.inc.php.
References DataObject\getData().
| ControlledVocabEntry::getSequence | ( | ) |
Get sequence number.
Definition at line 44 of file ControlledVocabEntry.inc.php.
References DataObject\getData().
| ControlledVocabEntry::setControlledVocabId | ( | $controlledVocabId | ) |
Set the ID of the controlled vocab.
| $controlledVocabId | int |
Definition at line 36 of file ControlledVocabEntry.inc.php.
References DataObject\setData().
| ControlledVocabEntry::setName | ( | $name, | |
| $locale | |||
| ) |
Set the name of the controlled vocabulary entry.
| $name | string |
| $locale | string |
Definition at line 78 of file ControlledVocabEntry.inc.php.
References DataObject\setData().
| ControlledVocabEntry::setSequence | ( | $sequence | ) |
Set sequence number.
| $sequence | float |
Definition at line 52 of file ControlledVocabEntry.inc.php.
References DataObject\setData().