CLI tool to perform import/export tasks. More...
Public Member Functions | |
| execute () | |
| importExport ($argv=array()) | |
| usage () | |
CLI tool to perform import/export tasks.
Definition at line 19 of file importExport.php.
| importExport.execute | ( | ) |
Parse and execute the import/export task.
Definition at line 49 of file importExport.php.
References usage().
| importExport.importExport | ( | $ | argv = array() |
) |
Constructor.
| $argv | array command-line arguments (see usage) |
Definition at line 29 of file importExport.php.
| importExport.usage | ( | ) |
Print command usage information.
Definition at line 38 of file importExport.php.
Referenced by execute().
1.7.1