|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| enumerate ($settingName='name') | |
| getAssocId () | |
| getAssocType () | |
| getSymbolic () | |
| setAssocId ($assocId) | |
| setAssocType ($assocType) | |
| setSymbolic ($symbolic) | |
Public Member Functions inherited from DataObject | |
| __construct () | |
| addSupportedMetadataAdapter ($metadataAdapter) | |
| extractMetadata ($metadataSchema) | |
| getAdditionalMetadataFieldNames () | |
| & | getAllData () |
| getDAO () | |
| & | getData ($key, $locale=null) |
| getHasLoadableAdapters () | |
| getId () | |
| getLocaleMetadataFieldNames () | |
| getLocalizedData ($key, $preferredLocale=null) | |
| getMetadataFieldNames ($translated=true) | |
| getSetMetadataFieldNames ($translated=true) | |
| getSupportedExtractionAdapters () | |
| getSupportedInjectionAdapters () | |
| getSupportedMetadataSchemas () | |
| hasData ($key, $locale=null) | |
| injectMetadata ($metadataDescription) | |
| removeSupportedMetadataAdapter ($metadataSchemaName) | |
| setAllData (&$data) | |
| setData ($key, $value, $locale=null) | |
| setHasLoadableAdapters ($hasLoadableAdapters) | |
| setId ($id) | |
| unsetData ($key, $locale=null) | |
| upcastTo ($targetObject) | |
Additional Inherited Members | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
Basic class describing an controlled vocab.
Definition at line 20 of file ControlledVocab.inc.php.
| ControlledVocab::enumerate | ( | $settingName = 'name' | ) |
Get a list of controlled vocabulary options.
| $settingName | string optional |
Definition at line 79 of file ControlledVocab.inc.php.
References DAORegistry\getDAO(), and DataObject\getId().
| ControlledVocab::getAssocId | ( | ) |
get assoc id
Definition at line 30 of file ControlledVocab.inc.php.
References DataObject\getData().
| ControlledVocab::getAssocType | ( | ) |
Get associated type.
Definition at line 46 of file ControlledVocab.inc.php.
References DataObject\getData().
| ControlledVocab::getSymbolic | ( | ) |
Get symbolic name.
Definition at line 62 of file ControlledVocab.inc.php.
References DataObject\getData().
| ControlledVocab::setAssocId | ( | $assocId | ) |
set assoc id
| $assocId | int |
Definition at line 38 of file ControlledVocab.inc.php.
References DataObject\setData().
| ControlledVocab::setAssocType | ( | $assocType | ) |
Set associated type.
| $assocType | int |
Definition at line 54 of file ControlledVocab.inc.php.
References DataObject\setData().
| ControlledVocab::setSymbolic | ( | $symbolic | ) |
Set symbolic name.
| $symbolic | string |
Definition at line 70 of file ControlledVocab.inc.php.
References DataObject\setData().