◆ __construct()
◆ populatePage()
ilSessionReminderGUI::populatePage |
( |
| ) |
|
Definition at line 36 of file class.ilSessionReminderGUI.php.
References $url, and iljQueryUtil\initjQuery().
38 if (!$this->sessionReminder->isActive()) {
43 ilYuiUtil::initCookie();
45 $this->page->addJavaScript(
'./Services/Authentication/js/session_reminder.js');
47 $url =
'./sessioncheck.php?client_id=' . CLIENT_ID .
'&lang=' . $this->lng->getLangKey();
48 $devMode = defined(
'DEVMODE') && DEVMODE ? 1 : 0;
49 $clientId = defined(
'CLIENT_ID') ? CLIENT_ID :
'';
50 $sessionId = session_id();
51 $sessionHash = md5($sessionId);
57 client_id:
"$clientId",
65 $this->page->addOnLoadCode($javascript);
static initjQuery(ilGlobalTemplateInterface $a_tpl=null)
inits and adds the jQuery JS-File to the global or a passed template
◆ $lng
ilSessionReminderGUI::$lng |
|
protected |
◆ $page
ilSessionReminderGUI::$page |
|
protected |
◆ $sessionReminder
ilSessionReminderGUI::$sessionReminder |
|
protected |
The documentation for this class was generated from the following file: