|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Learning history main GUI class. More...
Collaboration diagram for ilLearningHistoryGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| setUserId ($user_id) | |
| Set user id. More... | |
| executeCommand () | |
| Execute command. More... | |
| getEmbeddedHTML ($from=null, $to=null, $classes=null, $a_mode=null) | |
| Get HTML. More... | |
| getHTML ($par) | |
| Get HTML. More... | |
Data Fields | |
| const | TAB_ID_LEARNING_HISTORY = 'lhist_learning_history' |
| const | TAB_ID_MY_CERTIFICATES = 'certificates' |
| const | MAX = 50 |
Protected Member Functions | |
| show () | |
| Show. More... | |
| renderAsync () | |
| Render Async. More... | |
| getHistoryHtml ($from=null, $to=null, $classes=null, $mode=null) | |
| Get history html. More... | |
| renderButton () | |
| render Button More... | |
Protected Attributes | |
| $ctrl | |
| $main_tpl | |
| $lng | |
| $ui | |
| $certificateSettings | |
| $tabs | |
| $show_more = false | |
| $last_ts = 0 | |
Learning history main GUI class.
Definition at line 11 of file class.ilLearningHistoryGUI.php.
| ilLearningHistoryGUI::__construct | ( | ) |
Constructor.
Definition at line 52 of file class.ilLearningHistoryGUI.php.
References $_GET, $DIC, and ui().
Here is the call graph for this function:| ilLearningHistoryGUI::executeCommand | ( | ) |
Execute command.
Definition at line 93 of file class.ilLearningHistoryGUI.php.
References $ctrl.
| ilLearningHistoryGUI::getEmbeddedHTML | ( | $from = null, |
|
$to = null, |
|||
$classes = null, |
|||
$a_mode = null |
|||
| ) |
Get HTML.
| null | $from | |
| null | $to | |
| null | $classes |
| ilCtrlException |
Definition at line 152 of file class.ilLearningHistoryGUI.php.
References $ctrl.
|
protected |
Get history html.
Definition at line 175 of file class.ilLearningHistoryGUI.php.
References $tpl, and renderButton().
Referenced by getHTML(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLearningHistoryGUI::getHTML | ( | $par | ) |
Get HTML.
return string
Definition at line 165 of file class.ilLearningHistoryGUI.php.
References getHistoryHtml().
Here is the call graph for this function:
|
protected |
Render Async.
Definition at line 135 of file class.ilLearningHistoryGUI.php.
References $response, exit, and renderButton().
Here is the call graph for this function:
|
protected |
render Button
Definition at line 244 of file class.ilLearningHistoryGUI.php.
References $ctrl, Vendor\Package\$f, $url, and ui().
Referenced by getHistoryHtml(), and renderAsync().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLearningHistoryGUI::setUserId | ( | $user_id | ) |
Set user id.
| int | $user_id |
Definition at line 84 of file class.ilLearningHistoryGUI.php.
|
protected |
Show.
Definition at line 112 of file class.ilLearningHistoryGUI.php.
References Vendor\Package\$f, $lng, $main_tpl, getHistoryHtml(), and ui().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file class.ilLearningHistoryGUI.php.
|
protected |
Definition at line 20 of file class.ilLearningHistoryGUI.php.
Referenced by executeCommand(), getEmbeddedHTML(), and renderButton().
|
protected |
Definition at line 47 of file class.ilLearningHistoryGUI.php.
|
protected |
Definition at line 30 of file class.ilLearningHistoryGUI.php.
Referenced by show().
|
protected |
Definition at line 25 of file class.ilLearningHistoryGUI.php.
Referenced by show().
|
protected |
Definition at line 44 of file class.ilLearningHistoryGUI.php.
|
protected |
Definition at line 41 of file class.ilLearningHistoryGUI.php.
|
protected |
Definition at line 35 of file class.ilLearningHistoryGUI.php.
| const ilLearningHistoryGUI::MAX = 50 |
Definition at line 15 of file class.ilLearningHistoryGUI.php.
| const ilLearningHistoryGUI::TAB_ID_LEARNING_HISTORY = 'lhist_learning_history' |
Definition at line 13 of file class.ilLearningHistoryGUI.php.
| const ilLearningHistoryGUI::TAB_ID_MY_CERTIFICATES = 'certificates' |
Definition at line 14 of file class.ilLearningHistoryGUI.php.