|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct () | |
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 typical meta-data properties for testing purposes.
Definition at line 21 of file TestSchema.inc.php.
| TestSchema::__construct | ( | ) |
Constructor
Definition at line 25 of file TestSchema.inc.php.
References MetadataSchema\addProperty().