ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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 Public Member Functions inherited from ilContextBase
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...
 

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

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

65  {
66  return true;
67  }

◆ hasHTML()

static ilContextWAC::hasHTML ( )
static
Returns
bool

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

41  {
42  return true;
43  }

◆ hasUser()

static ilContextWAC::hasUser ( )
static
Returns
bool

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

25  {
26  return true;
27  }

◆ initClient()

static ilContextWAC::initClient ( )
static
Returns
bool

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

57  {
58  return true;
59  }

◆ supportsRedirects()

static ilContextWAC::supportsRedirects ( )
static
Returns
bool

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

17  {
18  return false;
19  }

◆ usesHTTP()

static ilContextWAC::usesHTTP ( )
static
Returns
bool

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

33  {
34  return true;
35  }

◆ usesTemplate()

static ilContextWAC::usesTemplate ( )
static
Returns
bool

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: