ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilContextSessionReminder Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilContextSessionReminder:
+ Collaboration diagram for ilContextSessionReminder:

Static Public Member Functions

static supportsRedirects ()
 Are redirects supported? More...
 
static hasUser ()
 Based on user authentication? More...
 
static usesHTTP ()
 Uses HTTP aka browser. More...
 
static hasHTML ()
 Has HTML output. More...
 
static usesTemplate ()
 Uses template engine. More...
 
static initClient ()
 Init client. More...
 
static doAuthentication ()
 Try authentication. More...
 
static supportsPersistentSessions ()
 Check if persistent sessions are supported false for context cli. More...
 
static supportsPushMessages ()
 Check if push messages are supported, see #0018206. More...
 
static isSessionMainContext ()
 Context that are not only temporary in a session (e.g. More...
 
static modifyHttpPath (string $httpPath)
 A context might modify the ILIAS http path. More...
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Definition at line 21 of file class.ilContextSessionReminder.php.

Member Function Documentation

◆ doAuthentication()

static ilContextSessionReminder::doAuthentication ( )
static

Try authentication.

Implements ilContextTemplate.

Definition at line 53 of file class.ilContextSessionReminder.php.

53  : bool
54  {
55  return false;
56  }

◆ hasHTML()

static ilContextSessionReminder::hasHTML ( )
static

Has HTML output.

Implements ilContextTemplate.

Definition at line 38 of file class.ilContextSessionReminder.php.

38  : bool
39  {
40  return false;
41  }

◆ hasUser()

static ilContextSessionReminder::hasUser ( )
static

Based on user authentication?

Implements ilContextTemplate.

Definition at line 28 of file class.ilContextSessionReminder.php.

28  : bool
29  {
30  return false;
31  }

◆ initClient()

static ilContextSessionReminder::initClient ( )
static

Init client.

Implements ilContextTemplate.

Definition at line 48 of file class.ilContextSessionReminder.php.

48  : bool
49  {
50  return true;
51  }

◆ isSessionMainContext()

static ilContextSessionReminder::isSessionMainContext ( )
static

Context that are not only temporary in a session (e.g.

WAC is, Cron is not)

Implements ilContextTemplate.

Definition at line 68 of file class.ilContextSessionReminder.php.

68  : bool
69  {
70  return false;
71  }

◆ modifyHttpPath()

static ilContextSessionReminder::modifyHttpPath ( string  $httpPath)
static

A context might modify the ILIAS http path.

See also
::buildHTTPPath

Implements ilContextTemplate.

Definition at line 73 of file class.ilContextSessionReminder.php.

73  : string
74  {
75  return $httpPath;
76  }

◆ supportsPersistentSessions()

static ilContextSessionReminder::supportsPersistentSessions ( )
static

Check if persistent sessions are supported false for context cli.

Implements ilContextTemplate.

Definition at line 58 of file class.ilContextSessionReminder.php.

58  : bool
59  {
60  return false;
61  }

◆ supportsPushMessages()

static ilContextSessionReminder::supportsPushMessages ( )
static

Check if push messages are supported, see #0018206.

Implements ilContextTemplate.

Definition at line 63 of file class.ilContextSessionReminder.php.

63  : bool
64  {
65  return false;
66  }

◆ supportsRedirects()

static ilContextSessionReminder::supportsRedirects ( )
static

Are redirects supported?

Implements ilContextTemplate.

Definition at line 23 of file class.ilContextSessionReminder.php.

23  : bool
24  {
25  return false;
26  }

◆ usesHTTP()

static ilContextSessionReminder::usesHTTP ( )
static

Uses HTTP aka browser.

Implements ilContextTemplate.

Definition at line 33 of file class.ilContextSessionReminder.php.

33  : bool
34  {
35  return true;
36  }

◆ usesTemplate()

static ilContextSessionReminder::usesTemplate ( )
static

Uses template engine.

Implements ilContextTemplate.

Definition at line 43 of file class.ilContextSessionReminder.php.

43  : bool
44  {
45  return false;
46  }

The documentation for this class was generated from the following file: