ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Learning history main GUI class. More...
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().
ilLearningHistoryGUI::executeCommand | ( | ) |
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 $ctrl, Vendor\Package\$e, $tpl, ilTimelineGUI\getInstance(), renderButton(), and ui().
Referenced by getHTML(), and show().
ilLearningHistoryGUI::getHTML | ( | $par | ) |
Get HTML.
Definition at line 165 of file class.ilLearningHistoryGUI.php.
References getHistoryHtml().
|
protected |
Render Async.
Definition at line 135 of file class.ilLearningHistoryGUI.php.
References $response, exit, and renderButton().
|
protected |
render Button
Definition at line 244 of file class.ilLearningHistoryGUI.php.
References $ctrl, Vendor\Package\$f, $url, ui(), and ILIAS\UI\Implementation\Component\Button\withLoadingAnimationOnClick().
Referenced by getHistoryHtml(), and renderAsync().
ilLearningHistoryGUI::setUserId | ( | $user_id | ) |
|
protected |
Show.
Definition at line 112 of file class.ilLearningHistoryGUI.php.
References Vendor\Package\$f, $lng, $main_tpl, getHistoryHtml(), and ui().
|
protected |
Definition at line 38 of file class.ilLearningHistoryGUI.php.
|
protected |
Definition at line 20 of file class.ilLearningHistoryGUI.php.
Referenced by executeCommand(), getEmbeddedHTML(), getHistoryHtml(), 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.