PHP Класс CrossrefExportDeployment, ojs

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

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

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

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

Метод Описание
__construct ( $context, $plugin ) Constructor
getAINamespace ( ) : string Get the access indicators namespace URN
getCache ( )
getContext ( ) : Context Get the import/export context.
getIssue ( ) : Issue Get the import/export issue.
getJATSNamespace ( ) : string Get the JATS namespace URN
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.
setIssue ( $issue ) Set the import/export issue.
setPlugin ( $plugin ) Set the import/export plugin.

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

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

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

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

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

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

public getCache ( )

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

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

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

Get the import/export issue.
public getIssue ( ) : Issue
Результат Issue

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

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

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

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

Set the import/export issue.
public setIssue ( $issue )
$issue Issue

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

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

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

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

The current import/export context
public $_context

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

public Issue $_issue
Результат Issue

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

The current import/export plugin
public $_plugin