ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
ilContextBase Class Reference

Service context base class. More...

+ Inheritance diagram for ilContextBase:
+ Collaboration diagram for ilContextBase:

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...
 

Detailed Description

Service context base class.

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 13 of file class.ilContextBase.php.

Member Function Documentation

◆ doAuthentication()

static ilContextBase::doAuthentication ( )
staticabstract

Try authentication.

Returns
bool

◆ hasHTML()

static ilContextBase::hasHTML ( )
staticabstract

Has HTML output.

Returns
bool

◆ hasUser()

static ilContextBase::hasUser ( )
staticabstract

Based on user authentication?

Returns
bool

◆ initClient()

static ilContextBase::initClient ( )
staticabstract

Init client.

Returns
bool

◆ supportsRedirects()

static ilContextBase::supportsRedirects ( )
staticabstract

Are redirects supported?

Returns
bool

◆ usesHTTP()

static ilContextBase::usesHTTP ( )
staticabstract

Uses HTTP aka browser.

Returns
bool

◆ usesTemplate()

static ilContextBase::usesTemplate ( )
staticabstract

Uses template engine.

Returns
bool

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