ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |
ilLicenseOverviewGUI (&$a_parent_gui, $a_mode=self::LIC_MODE_REPOSITORY) | |
Constructor @access public. More... | |
executeCommand () | |
Execute a command (main entry point) @access public. More... | |
showLicenses () | |
Show the license list @access public. More... | |
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) @access public.
Definition at line 42 of file class.ilLicenseOverviewGUI.php.
ilLicenseOverviewGUI::ilLicenseOverviewGUI | ( | & | $a_parent_gui, |
$a_mode = self::LIC_MODE_REPOSITORY |
|||
) |
Constructor @access public.
Definition at line 26 of file class.ilLicenseOverviewGUI.php.
ilLicenseOverviewGUI::showLicenses | ( | ) |
Show the license list @access public.
Definition at line 62 of file class.ilLicenseOverviewGUI.php.
References $tbl, ilPanelGUI\getInstance(), and ilPanelGUI\PANEL_STYLE_SECONDARY.
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().