Inheritance diagram for NativeImportExportPlugin:

Public Member Functions | |
| display (&$args) | |
| executeCLI ($scriptName, &$args) | |
| exportPaper (&$schedConf, &$track, &$paper, $outputFile=null) | |
| exportPapers (&$results, $outputFile=null) | |
| getDescription () | |
| getDisplayName () | |
| & | getDocument ($fileName) |
| getName () | |
| getRootNodeName (&$doc) | |
| handleImport (&$context, &$doc, &$errors, &$papers, $isCommandLine) | |
| register ($category, $path) | |
| usage ($scriptName) | |
Definition at line 24 of file NativeImportExportPlugin.inc.php.
| NativeImportExportPlugin.display | ( | &$ | args | ) |
Display the import/export plugin UI.
| $args | Array The array of arguments the user supplied. |
Reimplemented from ImportExportPlugin.
Definition at line 54 of file NativeImportExportPlugin.inc.php.
References PaperSearch.formatResults(), Request.getConference(), and Request.getSchedConf().
| NativeImportExportPlugin.executeCLI | ( | $ | scriptName, | |
| &$ | args | |||
| ) |
Execute import/export tasks using the command-line interface.
| $args | Parameters to the plugin |
Reimplemented from ImportExportPlugin.
Definition at line 235 of file NativeImportExportPlugin.inc.php.
References PaperSearch.formatResults(), and NativeImportDom.isRelativePath().
| NativeImportExportPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from ImportExportPlugin.
Definition at line 50 of file NativeImportExportPlugin.inc.php.
| NativeImportExportPlugin.getDisplayName | ( | ) |
Get the display name of this plugin. This name is displayed on the Conference Manager's import/export page, for example.
Reimplemented from ImportExportPlugin.
Definition at line 46 of file NativeImportExportPlugin.inc.php.
| NativeImportExportPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from ImportExportPlugin.
Definition at line 42 of file NativeImportExportPlugin.inc.php.
| NativeImportExportPlugin.register | ( | $ | category, | |
| $ | path | |||
| ) |
Called as a plugin is registered to the registry
| $category | String Name of category plugin was registered to |
Reimplemented from Plugin.
Definition at line 31 of file NativeImportExportPlugin.inc.php.
| NativeImportExportPlugin.usage | ( | $ | scriptName | ) |
Display the command-line usage information
Reimplemented from ImportExportPlugin.
Definition at line 363 of file NativeImportExportPlugin.inc.php.
1.4.7