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