PHP Класс DataciteExportDeployment, ojs

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$_context The current import/export context
$_plugin The current import/export plugin

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

getCache() публичный Метод

Get the plugin cache
public getCache ( ) : PubObjectCache
Результат PubObjectCache

getContext() публичный Метод

Get the import/export context.
public getContext ( ) : Context
Результат Context

getNamespace() публичный Метод

Get the namespace URN
public getNamespace ( ) : string
Результат string

getPlugin() публичный Метод

Get the import/export plugin.
public getPlugin ( ) : ImportExportPlugin
Результат ImportExportPlugin

getRootElementName() публичный Метод

Get the root lement name
public getRootElementName ( ) : string
Результат string

getSchemaFilename() публичный Метод

Get the schema filename.
public getSchemaFilename ( ) : string
Результат string

getXmlSchemaInstance() публичный Метод

Get the schema instance URN
public getXmlSchemaInstance ( ) : string
Результат string

getXmlSchemaLocation() публичный Метод

Get the schema location URL
public getXmlSchemaLocation ( ) : string
Результат string

getXmlSchemaVersion() публичный Метод

Get the schema version
public getXmlSchemaVersion ( ) : string
Результат string

setContext() публичный Метод

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

setPlugin() публичный Метод

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

Описание свойств

$_context публичное свойство

The current import/export context
public $_context

$_plugin публичное свойство

The current import/export plugin
public $_plugin