|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($argv=array()) | |
| execute () | |
| usage () | |
Data Fields | |
| $command | |
| $parameters | |
| $plugin | |
Data Fields inherited from CommandLineTool | |
| $argv | |
| $scriptName | |
CLI tool to perform import/export tasks.
Definition at line 18 of file importExport.php.
| importExport::__construct | ( | $argv = array() | ) |
Constructor.
| $argv | array command-line arguments (see usage) |
Reimplemented from CommandLineTool.
Definition at line 28 of file importExport.php.
References CommandLineTool\$argv.
| importExport::execute | ( | ) |
Parse and execute the import/export task.
Definition at line 48 of file importExport.php.
References $plugin, PluginRegistry\getPlugin(), PluginRegistry\loadCategory(), and usage().
| importExport::usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 37 of file importExport.php.
Referenced by execute().
| importExport::$command |
Definition at line 20 of file importExport.php.
| importExport::$parameters |
Definition at line 22 of file importExport.php.
| importExport::$plugin |
Definition at line 21 of file importExport.php.
Referenced by execute().