ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilLPGUI ($a_ref_id) | |
Call this constructor with ref_id of the context in which the GUI has been started. | |
& | executeCommand () |
execute command | |
__parseMode () |
Data Fields | |
$tpl = null | |
$ctrl = null | |
$ref_id = null |
Definition at line 47 of file class.ilLPGUI.php.
ilLPGUI::__parseMode | ( | ) |
Definition at line 94 of file class.ilLPGUI.php.
& ilLPGUI::executeCommand | ( | ) |
ilLPGUI::ilLPGUI | ( | $a_ref_id | ) |
Call this constructor with ref_id of the context in which the GUI has been started.
This is used for different output behaviour. E.G ref_id = TRACKING_ID = 17: learning progress called from administration => 'listOfObjects' ref_id = 0: : learning progress called from personal desktop => 'listOfObjects', 'listOfProgress' ... ref_id = crs || lm ... : learning progress called from repository => 'listOfProgress', 'listOfSettings'
Definition at line 64 of file class.ilLPGUI.php.
ilLPGUI::$ctrl = null |
Definition at line 50 of file class.ilLPGUI.php.
ilLPGUI::$ref_id = null |
Definition at line 52 of file class.ilLPGUI.php.
ilLPGUI::$tpl = null |
Definition at line 49 of file class.ilLPGUI.php.
Referenced by ilLPGUI().