|
ILIAS
release_4-3 Revision
|
Collaboration diagram for ilLicenseOverviewGUI:Public Member Functions | |
| ilLicenseOverviewGUI (&$a_parent_gui, $a_mode=LIC_MODE_REPOSITORY) | |
| Constructor public. | |
| & | executeCommand () |
| Execute a command (main entry point) public. | |
| showLicenses () | |
| Show the license list public. | |
| getItemHTML ($item=array()) | |
| get the html code for the list items | |
| & | getItemListGUI ($a_type) |
| get item list gui class for type | |
Definition at line 20 of file class.ilLicenseOverviewGUI.php.
| & ilLicenseOverviewGUI::executeCommand | ( | ) |
Execute a command (main entry point) public.
Definition at line 42 of file class.ilLicenseOverviewGUI.php.
| ilLicenseOverviewGUI::getItemHTML | ( | $item = array() | ) |
get the html code for the list items
Definition at line 111 of file class.ilLicenseOverviewGUI.php.
References getItemListGUI().
Referenced by showLicenses().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilLicenseOverviewGUI::getItemListGUI | ( | $a_type | ) |
get item list gui class for type
Definition at line 133 of file class.ilLicenseOverviewGUI.php.
References $location.
Referenced by getItemHTML().
Here is the caller graph for this function:| ilLicenseOverviewGUI::ilLicenseOverviewGUI | ( | & | $a_parent_gui, |
$a_mode = 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 $data, ilLicense\_getLicensedChildObjects(), ilLicense\_getLicensedObjects(), getItemHTML(), and LIC_MODE_ADMINISTRATION.
Here is the call graph for this function: