
Public Member Functions | |
| display (&$args) | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
| register ($category, $path) | |
Definition at line 20 of file ArticleReportPlugin.inc.php.
| ArticleReportPlugin.display | ( | &$ | args | ) |
Display the import/export plugin UI.
| $args | Array The array of arguments the user supplied. |
Reimplemented from ReportPlugin.
Definition at line 55 of file ArticleReportPlugin.inc.php.
References String.fputcsv(), DAORegistry.getDAO(), Request.getJournal(), and Locale.translate().
| ArticleReportPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from ReportPlugin.
Definition at line 51 of file ArticleReportPlugin.inc.php.
References Locale.translate().
| ArticleReportPlugin.getDisplayName | ( | ) |
Get the display name of this plugin. This name is displayed on the Conference Manager's Reports page, for example.
Reimplemented from ReportPlugin.
Definition at line 47 of file ArticleReportPlugin.inc.php.
References Locale.translate().
| ArticleReportPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from ReportPlugin.
Definition at line 43 of file ArticleReportPlugin.inc.php.
| ArticleReportPlugin.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 27 of file ArticleReportPlugin.inc.php.
References Plugin.addLocaleData(), and DAORegistry.registerDAO().
1.5.6