PHP 클래스 DataciteExportDeployment, ojs

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