|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Static Public Member Functions inherited from Filter | |
| static | supportedRuntimeEnvironmentSettings () |
Data Fields inherited from Filter | |
| $_errors = array() | |
| $_input | |
| $_inputType | |
| $_output | |
| $_outputType | |
| $_runtimeEnvironment = false | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
Class that provides methods to convert one type of meta-data description into another. This is an abstract class that must be sub-classed by specific cross-walk implementations.
Definition at line 22 of file CrosswalkFilter.inc.php.
| CrosswalkFilter::__construct | ( | $fromSchema, | |
| $toSchema | |||
| ) |
Constructor
| $fromSchema | string fully qualified class name of supported input meta-data schema |
| $toSchema | string fully qualified class name of supported output meta-data schema |
Reimplemented from Filter.
Definition at line 28 of file CrosswalkFilter.inc.php.