Open Monograph Press
3.3.0
|
Additional Inherited Members | |
![]() | |
$_request | |
![]() | |
$pluginCategory | |
$pluginPath | |
$request | |
![]() | |
_registerTemplateResource ($inCore=false) | |
ONIX 3.0 XML import/export plugin.
Definition at line 18 of file Onix30ExportPlugin.inc.php.
Onix30ExportPlugin::__construct | ( | ) |
Onix30ExportPlugin::display | ( | $args, | |
$request | |||
) |
Display the plugin.
$args | array |
$request | PKPRequest |
Reimplemented from ImportExportPlugin.
Definition at line 76 of file Onix30ExportPlugin.inc.php.
References Plugin\$request, exportSubmissions(), ImportExportPlugin\getExportFileName(), ImportExportPlugin\getExportPath(), PKPTemplateManager\getManager(), and Plugin\getTemplateResource().
Onix30ExportPlugin::executeCLI | ( | $scriptName, | |
& | $args | ||
) |
Reimplemented from ImportExportPlugin.
Definition at line 159 of file Onix30ExportPlugin.inc.php.
References fatalError().
Onix30ExportPlugin::exportSubmissions | ( | $submissionIds, | |
$context, | |||
$user | |||
) |
Get the XML for a set of submissions.
Definition at line 137 of file Onix30ExportPlugin.inc.php.
References fatalError(), and DAORegistry\getDAO().
Referenced by display().
Onix30ExportPlugin::getDescription | ( | ) |
Get the display description.
Reimplemented from Plugin.
Definition at line 60 of file Onix30ExportPlugin.inc.php.
Onix30ExportPlugin::getDisplayName | ( | ) |
Get the display name.
Reimplemented from Plugin.
Definition at line 52 of file Onix30ExportPlugin.inc.php.
Onix30ExportPlugin::getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from Plugin.
Definition at line 44 of file Onix30ExportPlugin.inc.php.
Onix30ExportPlugin::getPluginSettingsPrefix | ( | ) |
Get the plugin ID used as plugin settings prefix.
Reimplemented from ImportExportPlugin.
Definition at line 67 of file Onix30ExportPlugin.inc.php.
Onix30ExportPlugin::register | ( | $category, | |
$path, | |||
$mainContextId = null |
|||
) |
Load and initialize the plug-in and register plugin hooks.
For backwards compatibility this method will be called whenever the plug-in's category is being loaded. If, however, registerOn() returns an array then this method will only be called when the plug-in is enabled and an entry in the result set of registerOn() matches the current request operation. An empty array matches all request operations.
$category | String Name of category plugin was registered to |
$path | String The path the plugin was found in |
$mainContextId | integer To identify if the plugin is enabled we need a context. This context is usually taken from the request but sometimes there is no context in the request (e.g. when executing CLI commands). Then the main context can be given as an explicit ID. |
Reimplemented from Plugin.
Definition at line 29 of file Onix30ExportPlugin.inc.php.
References Plugin\addLocaleData(), Plugin\getEnabled(), and Config\getVar().
Onix30ExportPlugin::usage | ( | $scriptName | ) |
Display the command-line usage information
$scriptName | string |
Reimplemented from ImportExportPlugin.
Definition at line 166 of file Onix30ExportPlugin.inc.php.
References fatalError().