Inheritance diagram for RegistrantReportPlugin:

Public Member Functions | |
| display (&$args) | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
| mergeRegistrantOptions ($registrationOptionIds, $registrantOptions=array()) | |
| register ($category, $path) | |
Definition at line 20 of file RegistrantReportPlugin.inc.php.
| RegistrantReportPlugin.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 RegistrantReportPlugin.inc.php.
References Request.getConference(), Request.getSchedConf(), and mergeRegistrantOptions().
| RegistrantReportPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from ReportPlugin.
Definition at line 51 of file RegistrantReportPlugin.inc.php.
| RegistrantReportPlugin.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 RegistrantReportPlugin.inc.php.
| RegistrantReportPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from ReportPlugin.
Definition at line 43 of file RegistrantReportPlugin.inc.php.
| RegistrantReportPlugin.mergeRegistrantOptions | ( | $ | registrationOptionIds, | |
| $ | registrantOptions = array() | |||
| ) |
Make a single array of "Yes"/"No" for each option id
| $registrationOptionIds | array list of Option Ids for a given schedConfId | |
| $registrantOptions | array list of Option Ids for a given Registrant |
Definition at line 135 of file RegistrantReportPlugin.inc.php.
Referenced by display().
| RegistrantReportPlugin.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 RegistrantReportPlugin.inc.php.
1.4.7