프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_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. |
public __construct ( $context, $plugin ) | ||
$context | Context | |
$plugin | DOIPubIdExportPlugin |
public getPlugin ( ) : ImportExportPlugin | ||
리턴 | ImportExportPlugin |
public getRootElementName ( ) : string | ||
리턴 | string |
public getXmlSchemaInstance ( ) : string | ||
리턴 | string |
public getXmlSchemaLocation ( ) : string | ||
리턴 | string |
public getXmlSchemaVersion ( ) : string | ||
리턴 | string |
public setPlugin ( $plugin ) | ||
$plugin | ImportExportPlugin |