|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($context, $plugin) | |
| getCache () | |
| getContext () | |
| getNamespace () | |
| getPlugin () | |
| getSchemaFilename () | |
| getXmlSchemaInstance () | |
| getXmlSchemaLocation () | |
| getXmlSchemaVersion () | |
| setContext ($context) | |
| setPlugin ($plugin) | |
Data Fields | |
| $_context | |
| $_plugin | |
Base class configuring the medra export process to an application's specifics.
Definition at line 26 of file MedraExportDeployment.inc.php.
| MedraExportDeployment::__construct | ( | $context, | |
| $plugin | |||
| ) |
Constructor
| $context | Context |
| $plugin | DOIPubIdExportPlugin |
Definition at line 52 of file MedraExportDeployment.inc.php.
References setContext(), and setPlugin().
| MedraExportDeployment::getCache | ( | ) |
Get the plugin cache
Definition at line 43 of file MedraExportDeployment.inc.php.
| MedraExportDeployment::getContext | ( | ) |
Get the import/export context.
Definition at line 115 of file MedraExportDeployment.inc.php.
References $_context.
| MedraExportDeployment::getNamespace | ( | ) |
| MedraExportDeployment::getPlugin | ( | ) |
Get the import/export plugin.
Definition at line 131 of file MedraExportDeployment.inc.php.
References $_plugin.
| MedraExportDeployment::getSchemaFilename | ( | ) |
Get the schema filename.
Definition at line 96 of file MedraExportDeployment.inc.php.
References getXmlSchemaLocation().
| MedraExportDeployment::getXmlSchemaInstance | ( | ) |
Get the schema instance URN
Definition at line 72 of file MedraExportDeployment.inc.php.
| MedraExportDeployment::getXmlSchemaLocation | ( | ) |
Get the schema location URL
Definition at line 88 of file MedraExportDeployment.inc.php.
Referenced by getSchemaFilename().
| MedraExportDeployment::getXmlSchemaVersion | ( | ) |
| MedraExportDeployment::setContext | ( | $context | ) |
Set the import/export context.
| $context | Context |
Definition at line 107 of file MedraExportDeployment.inc.php.
Referenced by __construct().
| MedraExportDeployment::setPlugin | ( | $plugin | ) |
Set the import/export plugin.
| $plugin | ImportExportPlugin |
Definition at line 123 of file MedraExportDeployment.inc.php.
Referenced by __construct().
| Context MedraExportDeployment::$_context |
The current import/export context
Definition at line 31 of file MedraExportDeployment.inc.php.
Referenced by getContext().
| Plugin MedraExportDeployment::$_plugin |
The current import/export plugin
Definition at line 37 of file MedraExportDeployment.inc.php.
Referenced by getPlugin().