Property | Type | Description | |
---|---|---|---|
$namespace | XML namespace | ||
$prefix | metadata prefix | ||
$schema | XML schema |
Method | Description | |
---|---|---|
OAIMetadataFormat ( $prefix, $schema, $namespace ) | Constructor. | |
getLocalizedData ( $data, $locale ) | ||
stripAssocArray ( $values ) : array | Recursively strip HTML from a (multidimensional) array. | |
toXml ( $record, $format = null ) : string | Retrieve XML-formatted metadata for the specified record. |
public OAIMetadataFormat ( $prefix, $schema, $namespace ) |
public stripAssocArray ( $values ) : array | ||
$values | array | |
return | array | the cleansed array |