|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($context, $plugin) | |
| getCache () | |
| getContext () | |
| getPlugin () | |
| getRootElementName () | |
| getSchemaFilename () | |
| getXmlSchemaInstance () | |
| getXmlSchemaLocation () | |
| setContext ($context) | |
| setPlugin ($plugin) | |
Data Fields | |
| $_context | |
| $_plugin | |
Base class configuring the DOAJ export process to an application's specifics.
Definition at line 24 of file DOAJExportDeployment.inc.php.
| DOAJExportDeployment::__construct | ( | $context, | |
| $plugin | |||
| ) |
Constructor
| $context | Context |
| $plugin | PubObjectsPubIdExportPlugin |
Definition at line 50 of file DOAJExportDeployment.inc.php.
References setContext(), and setPlugin().
| DOAJExportDeployment::getCache | ( | ) |
Get the plugin cache
Definition at line 41 of file DOAJExportDeployment.inc.php.
| DOAJExportDeployment::getContext | ( | ) |
Get the import/export context.
Definition at line 105 of file DOAJExportDeployment.inc.php.
References $_context.
| DOAJExportDeployment::getPlugin | ( | ) |
Get the import/export plugin.
Definition at line 121 of file DOAJExportDeployment.inc.php.
References $_plugin.
| DOAJExportDeployment::getRootElementName | ( | ) |
| DOAJExportDeployment::getSchemaFilename | ( | ) |
| DOAJExportDeployment::getXmlSchemaInstance | ( | ) |
Get the schema instance URN
Definition at line 70 of file DOAJExportDeployment.inc.php.
| DOAJExportDeployment::getXmlSchemaLocation | ( | ) |
Get the schema location URL
Definition at line 78 of file DOAJExportDeployment.inc.php.
| DOAJExportDeployment::setContext | ( | $context | ) |
Set the import/export context.
| $context | Context |
Definition at line 97 of file DOAJExportDeployment.inc.php.
Referenced by __construct().
| DOAJExportDeployment::setPlugin | ( | $plugin | ) |
Set the import/export plugin.
| $plugin | ImportExportPlugin |
Definition at line 113 of file DOAJExportDeployment.inc.php.
Referenced by __construct().
| Context DOAJExportDeployment::$_context |
The current import/export context
Definition at line 29 of file DOAJExportDeployment.inc.php.
Referenced by getContext().
| Plugin DOAJExportDeployment::$_plugin |
The current import/export plugin
Definition at line 35 of file DOAJExportDeployment.inc.php.
Referenced by getPlugin().