|
ILIAS
Release_5_0_x_branch Revision 61816
|
Collaboration diagram for ilLicenseOverviewGUI:Public Member Functions | |
| ilLicenseOverviewGUI (&$a_parent_gui, $a_mode=self::LIC_MODE_REPOSITORY) | |
| Constructor public. | |
| executeCommand () | |
| Execute a command (main entry point) public. | |
| showLicenses () | |
| Show the license list public. | |
Data Fields | |
| const | LIC_MODE_ADMINISTRATION = 1 |
| const | LIC_MODE_REPOSITORY = 2 |
Definition at line 17 of file class.ilLicenseOverviewGUI.php.
| ilLicenseOverviewGUI::executeCommand | ( | ) |
Execute a command (main entry point) public.
Definition at line 42 of file class.ilLicenseOverviewGUI.php.
| ilLicenseOverviewGUI::ilLicenseOverviewGUI | ( | & | $a_parent_gui, |
$a_mode = self::LIC_MODE_REPOSITORY |
|||
| ) |
Constructor public.
Definition at line 26 of file class.ilLicenseOverviewGUI.php.
| ilLicenseOverviewGUI::showLicenses | ( | ) |
Show the license list public.
Definition at line 62 of file class.ilLicenseOverviewGUI.php.
References ilPanelGUI\getInstance(), and ilPanelGUI\PANEL_STYLE_SECONDARY.
Here is the call graph for this function:| const ilLicenseOverviewGUI::LIC_MODE_ADMINISTRATION = 1 |
Definition at line 19 of file class.ilLicenseOverviewGUI.php.
Referenced by ilObjLearningResourcesSettingsGUI\executeCommand(), and ilLicenseOverviewTableGUI\getItems().
| const ilLicenseOverviewGUI::LIC_MODE_REPOSITORY = 2 |
Definition at line 20 of file class.ilLicenseOverviewGUI.php.
Referenced by ilObjCourseGUI\executeCommand().