ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilContextWAC Class Reference

Class ilContextWAC. More...

+ Inheritance diagram for ilContextWAC:
+ Collaboration diagram for ilContextWAC:

Static Public Member Functions

static supportsRedirects ()
 
static hasUser ()
 
static usesHTTP ()
 
static hasHTML ()
 
static usesTemplate ()
 
static initClient ()
 
static doAuthentication ()
 
static supportsPersistentSessions ()
 Check if persistent session handling is supported. More...
 

Detailed Description

Class ilContextWAC.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 12 of file class.ilContextWAC.php.

Member Function Documentation

◆ doAuthentication()

static ilContextWAC::doAuthentication ( )
static
Returns
bool

Implements ilContextTemplate.

Definition at line 65 of file class.ilContextWAC.php.

65  {
66  return true;
67  }

◆ hasHTML()

static ilContextWAC::hasHTML ( )
static
Returns
bool

Implements ilContextTemplate.

Definition at line 41 of file class.ilContextWAC.php.

41  {
42  return true;
43  }

◆ hasUser()

static ilContextWAC::hasUser ( )
static
Returns
bool

Implements ilContextTemplate.

Definition at line 25 of file class.ilContextWAC.php.

25  {
26  return true;
27  }

◆ initClient()

static ilContextWAC::initClient ( )
static
Returns
bool

Implements ilContextTemplate.

Definition at line 57 of file class.ilContextWAC.php.

57  {
58  return true;
59  }

◆ supportsPersistentSessions()

static ilContextWAC::supportsPersistentSessions ( )
static

Check if persistent session handling is supported.

Returns
boolean

Implements ilContextTemplate.

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

74  {
75  return true;
76  }

◆ supportsRedirects()

static ilContextWAC::supportsRedirects ( )
static
Returns
bool

Implements ilContextTemplate.

Definition at line 17 of file class.ilContextWAC.php.

17  {
18  return false;
19  }

◆ usesHTTP()

static ilContextWAC::usesHTTP ( )
static
Returns
bool

Implements ilContextTemplate.

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

33  {
34  return true;
35  }

◆ usesTemplate()

static ilContextWAC::usesTemplate ( )
static
Returns
bool

Implements ilContextTemplate.

Definition at line 49 of file class.ilContextWAC.php.

49  {
50  return true;
51  }

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