Свойство | Тип | Описание | |
---|---|---|---|
$_request | Request made available for plugin URL generation |
Метод | Описание | |
---|---|---|
__construct ( ) | Constructor | |
display ( $args, $request ) | Display the import/export plugin. | |
displayXMLValidationErrors ( $errors, $xml ) | Display XML validation errors. | |
executeCLI ( $scriptName, &$args ) | Execute import/export tasks using the command-line interface. | |
getActions ( $request, $actionArgs ) | ||
getExportFileName ( $basePath, $objectsFileNamePart, $context, $extension = '.xml' ) : string | Return the whole export file name. | |
getExportPath ( ) : string | Return the plugin export directory. | |
getPluginSettingsPrefix ( ) : string | Get the plugin ID used as plugin settings prefix. | |
isAllowedMethod ( $url ) : boolean | Determine whether the specified URL describes an allowed protocol. | |
isRelativePath ( $url ) | Check if this is a relative path to the xml document that describes public identifiers to be imported. | |
pluginUrl ( $params, &$smarty ) : string | Generate a URL into the plugin. | |
usage ( $scriptName ) | Display the command-line usage information |
public display ( $args, $request ) | ||
$args | array | |
$request | PKPRequest |
public displayXMLValidationErrors ( $errors, $xml ) | ||
$errors | array | |
$xml | string |
abstract public executeCLI ( $scriptName, &$args ) | ||
$scriptName | The name of the command-line script (displayed as usage info) | |
$args | Parameters to the plugin |
public getExportFileName ( $basePath, $objectsFileNamePart, $context, $extension = '.xml' ) : string | ||
$basePath | string Base path for temporary file storage | |
$objectsFileNamePart | string Part different for each object type. | |
$context | Context | |
$extension | string | |
Результат | string |
public getExportPath ( ) : string | ||
Результат | string | The export directory path. |
public getPluginSettingsPrefix ( ) : string | ||
Результат | string |
public isAllowedMethod ( $url ) : boolean | ||
$url | string | |
Результат | boolean |
public isRelativePath ( $url ) | ||
$url | string path to the xml file |
abstract public usage ( $scriptName ) | ||
$scriptName | string |