Inheritance diagram for PaperReportPlugin:
Public Member Functions | |
display (&$args) | |
getDescription () | |
getDisplayName () | |
getMaxAuthorCount (&$authorsIterator) | |
getName () | |
mergeAuthors ($authors) | |
register ($category, $path) |
Definition at line 20 of file PaperReportPlugin.inc.php.
PaperReportPlugin.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 PaperReportPlugin.inc.php.
References Request.getConference(), getMaxAuthorCount(), Request.getSchedConf(), and mergeAuthors().
PaperReportPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from ReportPlugin.
Definition at line 51 of file PaperReportPlugin.inc.php.
PaperReportPlugin.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 PaperReportPlugin.inc.php.
PaperReportPlugin.getMaxAuthorCount | ( | &$ | authorsIterator | ) |
Get the highest author count for any paper (to determine how many columns to set)
$authorsIterator | DBRowIterator |
Definition at line 206 of file PaperReportPlugin.inc.php.
Referenced by display().
PaperReportPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from ReportPlugin.
Definition at line 43 of file PaperReportPlugin.inc.php.
PaperReportPlugin.mergeAuthors | ( | $ | authors | ) |
Flatten an array of author information into one array and append author sequence to each key
$authors | array |
Definition at line 219 of file PaperReportPlugin.inc.php.
Referenced by display().
PaperReportPlugin.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 PaperReportPlugin.inc.php.