|
Open Monograph Press
3.3.0
|
Additional Inherited Members | |
Static Public Member Functions inherited from PersistableFilter | |
| static | tempGroup ($inputType, $outputType) |
Static Public Member Functions inherited from Filter | |
| static | supportedRuntimeEnvironmentSettings () |
Data Fields inherited from MetadataDataObjectAdapter | |
| $_assocType | |
| $_dataObjectClass | |
| $_dataObjectName | |
| $_metadataFieldNames | |
| $_metadataSchema | |
| $_metadataSchemaName | |
| $_mode | |
Data Fields inherited from PersistableFilter | |
| $_filterGroup | |
| $_settings = array() | |
Data Fields inherited from Filter | |
| $_errors = array() | |
| $_input | |
| $_inputType | |
| $_output | |
| $_outputType | |
| $_runtimeEnvironment = false | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
Adapter that injects/extracts Dublin Core schema compliant meta-data into/from a PublicationFormat object.
Definition at line 22 of file Dc11SchemaPublicationFormatAdapter.inc.php.
| Dc11SchemaPublicationFormatAdapter::__construct | ( | & | $filterGroup | ) |
Constructor
| $filterGroup | FilterGroup |
Definition at line 27 of file Dc11SchemaPublicationFormatAdapter.inc.php.
| Dc11SchemaPublicationFormatAdapter::_addLocalizedElements | ( | & | $description, |
| $propertyName, | |||
| $localizedValues | |||
| ) |
Add an array of localized values to the given description.
| $description | MetadataDescription |
| $propertyName | string |
| $localizedValues | array |
Definition at line 220 of file Dc11SchemaPublicationFormatAdapter.inc.php.
References stripAssocArray().
Referenced by extractMetadataFromDataObject().
| Dc11SchemaPublicationFormatAdapter::extractMetadataFromDataObject | ( | & | $publicationFormat | ) |
| $publicationFormat | PublicationFormat |
Reimplemented from MetadataDataObjectAdapter.
Definition at line 61 of file Dc11SchemaPublicationFormatAdapter.inc.php.
References _addLocalizedElements(), PKPServices\get(), PKPApplication\get(), DAORegistry\getDAO(), AppLocale\getLocale(), AppLocale\getSupportedFormLocales(), MetadataDataObjectAdapter\instantiateMetadataDescription(), PluginRegistry\loadCategory(), and AppLocale\requireComponents().
| Dc11SchemaPublicationFormatAdapter::getClassName | ( | ) |
Reimplemented from PersistableFilter.
Definition at line 38 of file Dc11SchemaPublicationFormatAdapter.inc.php.
| Dc11SchemaPublicationFormatAdapter::getDataObjectMetadataFieldNames | ( | $translated = true | ) |
| $translated | boolean |
Reimplemented from MetadataDataObjectAdapter.
Definition at line 205 of file Dc11SchemaPublicationFormatAdapter.inc.php.
| & Dc11SchemaPublicationFormatAdapter::injectMetadataIntoDataObject | ( | & | $dc11Description, |
| & | $publicationFormat | ||
| ) |
| $dc11Description | MetadataDescription |
| $publicationFormat | PublicationFormat |
Reimplemented from MetadataDataObjectAdapter.
Definition at line 51 of file Dc11SchemaPublicationFormatAdapter.inc.php.