Inheritance diagram for ReviewReportPlugin:

Public Member Functions | |
| display (&$args) | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
| register ($category, $path) | |
Definition at line 20 of file ReviewReportPlugin.inc.php.
| ReviewReportPlugin.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 ReviewReportPlugin.inc.php.
References Request.getConference(), ReviewAssignment.getReviewerRecommendationOptions(), and Request.getSchedConf().
| ReviewReportPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from ReportPlugin.
Definition at line 51 of file ReviewReportPlugin.inc.php.
| ReviewReportPlugin.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 ReviewReportPlugin.inc.php.
| ReviewReportPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from ReportPlugin.
Definition at line 43 of file ReviewReportPlugin.inc.php.
| ReviewReportPlugin.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 ReviewReportPlugin.inc.php.
1.4.7