Adapter that injects/extracts Dublin Core schema compliant meta-data into/from a PublicationFormat object. More...
Public Member Functions | |
| _addLocalizedElements (&$description, $propertyName, $localizedValues) | |
| Dc11SchemaPublicationFormatAdapter (&$filterGroup) | |
| & | extractMetadataFromDataObject (&$publicationFormat) |
| getClassName () | |
| getDataObjectMetadataFieldNames ($translated=true) | |
| & | injectMetadataIntoDataObject (&$dc11Description, &$publicationFormat, $authorClassName) |
Adapter that injects/extracts Dublin Core schema compliant meta-data into/from a PublicationFormat object.
Definition at line 21 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 206 of file Dc11SchemaPublicationFormatAdapter.inc.php.
Referenced by extractMetadataFromDataObject().
| Dc11SchemaPublicationFormatAdapter.Dc11SchemaPublicationFormatAdapter | ( | &$ | filterGroup | ) |
Constructor
| $filterGroup | FilterGroup |
Definition at line 26 of file Dc11SchemaPublicationFormatAdapter.inc.php.
| & Dc11SchemaPublicationFormatAdapter.extractMetadataFromDataObject | ( | &$ | publicationFormat | ) |
| $publicationFormat | PublicationFormat |
Definition at line 61 of file Dc11SchemaPublicationFormatAdapter.inc.php.
References _addLocalizedElements(), and Request.url().
| Dc11SchemaPublicationFormatAdapter.getClassName | ( | ) |
Definition at line 37 of file Dc11SchemaPublicationFormatAdapter.inc.php.
| Dc11SchemaPublicationFormatAdapter.getDataObjectMetadataFieldNames | ( | $ | translated = true |
) |
| $translated | boolean |
Definition at line 191 of file Dc11SchemaPublicationFormatAdapter.inc.php.
| & Dc11SchemaPublicationFormatAdapter.injectMetadataIntoDataObject | ( | &$ | dc11Description, | |
| &$ | publicationFormat, | |||
| $ | authorClassName | |||
| ) |
| $dc11Description | MetadataDescription | |
| $publicationFormat | PublicationFormat | |
| $authorClassName | string the application specific author class name |
Definition at line 51 of file Dc11SchemaPublicationFormatAdapter.inc.php.
1.7.1