Open Journal Systems  3.3.0
MedraExportDeployment Class Reference

Public Member Functions

 __construct ($context, $plugin)
 
 getCache ()
 
 getContext ()
 
 getNamespace ()
 
 getPlugin ()
 
 getSchemaFilename ()
 
 getXmlSchemaInstance ()
 
 getXmlSchemaLocation ()
 
 getXmlSchemaVersion ()
 
 setContext ($context)
 
 setPlugin ($plugin)
 

Data Fields

 $_context
 
 $_plugin
 

Detailed Description

Base class configuring the medra export process to an application's specifics.

Definition at line 26 of file MedraExportDeployment.inc.php.

Constructor & Destructor Documentation

◆ __construct()

MedraExportDeployment::__construct (   $context,
  $plugin 
)

Constructor

Parameters
$contextContext
$pluginDOIPubIdExportPlugin

Definition at line 52 of file MedraExportDeployment.inc.php.

References setContext(), and setPlugin().

Member Function Documentation

◆ getCache()

MedraExportDeployment::getCache ( )

Get the plugin cache

Returns
PubObjectCache

Definition at line 43 of file MedraExportDeployment.inc.php.

◆ getContext()

MedraExportDeployment::getContext ( )

Get the import/export context.

Returns
Context

Definition at line 115 of file MedraExportDeployment.inc.php.

References $_context.

◆ getNamespace()

MedraExportDeployment::getNamespace ( )

Get the namespace URN

Returns
string

Definition at line 64 of file MedraExportDeployment.inc.php.

◆ getPlugin()

MedraExportDeployment::getPlugin ( )

Get the import/export plugin.

Returns
ImportExportPlugin

Definition at line 131 of file MedraExportDeployment.inc.php.

References $_plugin.

◆ getSchemaFilename()

MedraExportDeployment::getSchemaFilename ( )

Get the schema filename.

Returns
string

Definition at line 96 of file MedraExportDeployment.inc.php.

References getXmlSchemaLocation().

◆ getXmlSchemaInstance()

MedraExportDeployment::getXmlSchemaInstance ( )

Get the schema instance URN

Returns
string

Definition at line 72 of file MedraExportDeployment.inc.php.

◆ getXmlSchemaLocation()

MedraExportDeployment::getXmlSchemaLocation ( )

Get the schema location URL

Returns
string

Definition at line 88 of file MedraExportDeployment.inc.php.

Referenced by getSchemaFilename().

◆ getXmlSchemaVersion()

MedraExportDeployment::getXmlSchemaVersion ( )

Get the schema version

Returns
string

Definition at line 80 of file MedraExportDeployment.inc.php.

◆ setContext()

MedraExportDeployment::setContext (   $context)

Set the import/export context.

Parameters
$contextContext

Definition at line 107 of file MedraExportDeployment.inc.php.

Referenced by __construct().

◆ setPlugin()

MedraExportDeployment::setPlugin (   $plugin)

Set the import/export plugin.

Parameters
$pluginImportExportPlugin

Definition at line 123 of file MedraExportDeployment.inc.php.

Referenced by __construct().

Field Documentation

◆ $_context

Context MedraExportDeployment::$_context

The current import/export context

Definition at line 31 of file MedraExportDeployment.inc.php.

Referenced by getContext().

◆ $_plugin

Plugin MedraExportDeployment::$_plugin

The current import/export plugin

Definition at line 37 of file MedraExportDeployment.inc.php.

Referenced by getPlugin().


The documentation for this class was generated from the following file: