|
Open Monograph Press
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from ImportExportPlugin | |
| $_request | |
Data Fields inherited from Plugin | |
| $pluginCategory | |
| $pluginPath | |
| $request | |
Protected Member Functions inherited from Plugin | |
| _registerTemplateResource ($inCore=false) | |
CSV import/export plugin.
Definition at line 18 of file CSVImportExportPlugin.inc.php.
| CSVImportExportPlugin::__construct | ( | ) |
| CSVImportExportPlugin::display | ( | $args, | |
| $request | |||
| ) |
Display the plugin.
| $args | array |
| $request | PKPRequest |
Reimplemented from ImportExportPlugin.
Definition at line 64 of file CSVImportExportPlugin.inc.php.
References Plugin\$request, PKPTemplateManager\getManager(), and Plugin\getTemplateResource().
| CSVImportExportPlugin::executeCLI | ( | $scriptName, | |
| & | $args | ||
| ) |
Execute import/export tasks using the command-line interface.
| $args | Parameters to the plugin |
Reimplemented from ImportExportPlugin.
Definition at line 79 of file CSVImportExportPlugin.inc.php.
References Application\getContextDAO(), Core\getCurrentDate(), DAORegistry\getDAO(), AppLocale\requireComponents(), and usage().
| CSVImportExportPlugin::getActions | ( | $request, | |
| $actionArgs | |||
| ) |
Get a list of link actions for plugin management.
| request | PKPRequest |
| $actionArgs | array The list of action args to be included in request URLs. |
Reimplemented from ImportExportPlugin.
Definition at line 55 of file CSVImportExportPlugin.inc.php.
| CSVImportExportPlugin::getDescription | ( | ) |
Get a description of this plugin.
Reimplemented from Plugin.
Definition at line 48 of file CSVImportExportPlugin.inc.php.
| CSVImportExportPlugin::getDisplayName | ( | ) |
Get the display name for this plugin.
Reimplemented from Plugin.
Definition at line 44 of file CSVImportExportPlugin.inc.php.
| CSVImportExportPlugin::getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from Plugin.
Definition at line 40 of file CSVImportExportPlugin.inc.php.
Referenced by usage().
| CSVImportExportPlugin::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 CSVImportExportPlugin.inc.php.
References Plugin\addLocaleData().
| CSVImportExportPlugin::usage | ( | $scriptName | ) |
Display the command-line usage information
Reimplemented from ImportExportPlugin.
Definition at line 263 of file CSVImportExportPlugin.inc.php.
References getName().
Referenced by executeCLI().