|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($appSpecificAssocType, $classname='plugins.metadata.dc11.schema.Dc11Schema') | |
Public Member Functions inherited from MetadataSchema | |
| __construct ($name, $namespace, $classname, $assocTypes) | |
| addProperty ($name, $allowedTypes=METADATA_PROPERTY_TYPE_STRING, $translated=false, $cardinality=METADATA_PROPERTY_CARDINALITY_ONE, $displayName=null, $validationMessage=null, $mandatory=false) | |
| getAssocTypes () | |
| getClassName () | |
| getName () | |
| getNamespace () | |
| getNamespacedPropertyId ($propertyName) | |
| & | getProperties () |
| & | getProperty ($propertyName) |
| getPropertyNames () | |
| getPropertyNamesByType ($propertyType) | |
| hasProperty ($propertyName) | |
| setProperties (&$properties) | |
Additional Inherited Members | |
Data Fields inherited from MetadataSchema | |
| $_assocTypes | |
| $_classname | |
| $_name | |
| $_namespace | |
| $_properties = array() | |
Class that provides meta-data properties compliant with the Dublin Core specification, version 1.1.
For details see http://dublincore.org/documents/dces/,
Definition at line 25 of file PKPDc11Schema.inc.php.
| PKPDc11Schema::__construct | ( | $appSpecificAssocType, | |
$classname = 'plugins.metadata.dc11.schema.Dc11Schema' |
|||
| ) |
Constructor
| $appSpecificAssocType | integer |
Definition at line 30 of file PKPDc11Schema.inc.php.
References MetadataSchema\addProperty().