|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| formatElement ($propertyName, $values, $multilingual=false) | |
| toXml ($dataObject, $format=null) | |
Public Member Functions inherited from OAIMetadataFormat | |
| __construct ($prefix, $schema, $namespace) | |
| getLocalizedData ($data, $locale) | |
Additional Inherited Members | |
Data Fields inherited from OAIMetadataFormat | |
| $namespace | |
| $prefix | |
| $schema | |
OAI metadata format class – Dublin Core.
Definition at line 16 of file PKPOAIMetadataFormat_DC.inc.php.
| PKPOAIMetadataFormat_DC::formatElement | ( | $propertyName, | |
| $values, | |||
$multilingual = false |
|||
| ) |
Format XML for single DC element.
| $propertyName | string |
| $value | array |
| $multilingual | boolean optional |
Definition at line 53 of file PKPOAIMetadataFormat_DC.inc.php.
References OAIUtils\prepOutput(), and PKPString\regexp_replace().
Referenced by toXml().
| PKPOAIMetadataFormat_DC::toXml | ( | $dataObject, | |
$format = null |
|||
| ) |
Reimplemented from OAIMetadataFormat.
Reimplemented in OAIMetadataFormat_DC.
Definition at line 20 of file PKPOAIMetadataFormat_DC.inc.php.
References formatElement().