PHP 클래스 CrossrefExportDeployment, ojs

파일 보기 프로젝트 열기: pkp/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