PHP Class DataciteExportDeployment, ojs

Datei anzeigen Open project: pkp/ojs

Public Properties

Property Type Description
$_context The current import/export context
$_plugin The current import/export plugin

Public Methods

Method Description
__construct ( $context, $plugin ) Constructor
getCache ( ) : PubObjectCache Get the plugin cache
getContext ( ) : Context Get the import/export context.
getNamespace ( ) : string Get the namespace URN
getPlugin ( ) : ImportExportPlugin Get the import/export plugin.
getRootElementName ( ) : string Get the root lement name
getSchemaFilename ( ) : string Get the schema filename.
getXmlSchemaInstance ( ) : string Get the schema instance URN
getXmlSchemaLocation ( ) : string Get the schema location URL
getXmlSchemaVersion ( ) : string Get the schema version
setContext ( $context ) Set the import/export context.
setPlugin ( $plugin ) Set the import/export plugin.

Method Details

__construct() public method

Constructor
public __construct ( $context, $plugin )
$context Context
$plugin DOIPubIdExportPlugin

getCache() public method

Get the plugin cache
public getCache ( ) : PubObjectCache
return PubObjectCache

getContext() public method

Get the import/export context.
public getContext ( ) : Context
return Context

getNamespace() public method

Get the namespace URN
public getNamespace ( ) : string
return string

getPlugin() public method

Get the import/export plugin.
public getPlugin ( ) : ImportExportPlugin
return ImportExportPlugin

getRootElementName() public method

Get the root lement name
public getRootElementName ( ) : string
return string

getSchemaFilename() public method

Get the schema filename.
public getSchemaFilename ( ) : string
return string

getXmlSchemaInstance() public method

Get the schema instance URN
public getXmlSchemaInstance ( ) : string
return string

getXmlSchemaLocation() public method

Get the schema location URL
public getXmlSchemaLocation ( ) : string
return string

getXmlSchemaVersion() public method

Get the schema version
public getXmlSchemaVersion ( ) : string
return string

setContext() public method

Set the import/export context.
public setContext ( $context )
$context Context

setPlugin() public method

Set the import/export plugin.
public setPlugin ( $plugin )
$plugin ImportExportPlugin

Property Details

$_context public_oe property

The current import/export context
public $_context

$_plugin public_oe property

The current import/export plugin
public $_plugin