Свойство | Тип | Описание | |
---|---|---|---|
$_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. | |
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 getCache ( ) : PubObjectCache | ||
Результат | PubObjectCache |
public getContext ( ) : Context | ||
Результат | Context |
public getNamespace ( ) : string | ||
Результат | string |
public getPlugin ( ) : ImportExportPlugin | ||
Результат | ImportExportPlugin |
public getSchemaFilename ( ) : string | ||
Результат | string |
public getXmlSchemaInstance ( ) : string | ||
Результат | string |
public getXmlSchemaLocation ( ) : string | ||
Результат | string |
public getXmlSchemaVersion ( ) : string | ||
Результат | string |
public setContext ( $context ) | ||
$context | Context |
public setPlugin ( $plugin ) | ||
$plugin | ImportExportPlugin |