Inheritance diagram for METSExportPlugin:

Public Member Functions | |
| display (&$args) | |
| exportSchedConf (&$conference, &$schedConf) | |
| exportSchedConfs (&$conference, &$schedConfIdArray) | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
| register ($category, $path) | |
Definition at line 19 of file MetsExportPlugin.inc.php.
| METSExportPlugin.display | ( | &$ | args | ) |
Display the import/export plugin UI.
| $args | Array The array of arguments the user supplied. |
Reimplemented from ImportExportPlugin.
Definition at line 49 of file MetsExportPlugin.inc.php.
References exportSchedConf(), exportSchedConfs(), Request.getConference(), Plugin.getTemplatePath(), and ImportExportPlugin.setBreadcrumbs().
| METSExportPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from ImportExportPlugin.
Definition at line 45 of file MetsExportPlugin.inc.php.
| METSExportPlugin.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 41 of file MetsExportPlugin.inc.php.
| METSExportPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from ImportExportPlugin.
Definition at line 37 of file MetsExportPlugin.inc.php.
| METSExportPlugin.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 26 of file MetsExportPlugin.inc.php.
1.4.7