ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilContextExtended Class Reference

Extended Service context (factory) class. More...

+ Inheritance diagram for ilContextExtended:
+ Collaboration diagram for ilContextExtended:

Static Public Member Functions

static getClassName ()
 Get context className. More...
 
- Static Public Member Functions inherited from ilContext
static init ($a_type)
 Init context by type. More...
 
static directCall ($a_type, $a_method)
 Call context method directly without internal handling. More...
 
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 supportsPushMessages ()
 Supports push messages. More...
 
static getType ()
 Get context type. More...
 
static supportsPersistentSessions ()
 Check if context supports persistent session handling. More...
 
static isSessionMainContext ()
 Context that are not only temporary in a session (e.g. More...
 

Additional Inherited Members

- Data Fields inherited from ilContext
const CONTEXT_WEB = "ilContextWeb"
 
const CONTEXT_CRON = "ilContextCron"
 
const CONTEXT_RSS = "ilContextRss"
 
const CONTEXT_ICAL = "ilContextIcal"
 
const CONTEXT_SOAP = "ilContextSoap"
 
const CONTEXT_SOAP_NO_AUTH = 'ilContextSoapNoAuth'
 
const CONTEXT_WEBDAV = "ilContextWebdav"
 
const CONTEXT_RSS_AUTH = "ilContextRssAuth"
 
const CONTEXT_SESSION_REMINDER = "ilContextSessionReminder"
 
const CONTEXT_SOAP_WITHOUT_CLIENT = "ilContextSoapWithoutClient"
 
const CONTEXT_UNITTEST = "ilContextUnitTest"
 
const CONTEXT_REST = "ilContextRest"
 
const CONTEXT_SCORM = "ilContextScorm"
 
const CONTEXT_WAC = "ilContextWAC"
 
const CONTEXT_APACHE_SSO = 'ilContextApacheSSO'
 
const CONTEXT_SHIBBOLETH = 'ilContextShibboleth'
 
const CONTEXT_LTI_PROVIDER = 'ilContextLTIProvider'
 
const CONTEXT_SAML = 'ilContextSaml'
 
- Static Protected Member Functions inherited from ilContext
static callContext ($a_method)
 Call current content. More...
 
- Static Protected Attributes inherited from ilContext
static $class_name
 
static $type
 

Detailed Description

Extended Service context (factory) class.

ONLY FOR TESTS!!!!

Author
Stefan Hecken stefa.nosp@m.n.he.nosp@m.cken@.nosp@m.conc.nosp@m.epts-.nosp@m.and-.nosp@m.train.nosp@m.ing..nosp@m.de
Version
$Id$

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

Member Function Documentation

◆ getClassName()

static ilContextExtended::getClassName ( )
static

Get context className.

Returns
int

Definition at line 24 of file class.ilContextExtended.php.

Referenced by ilContextTest\testInit().

25  {
26  return self::$class_name;
27  }
+ Here is the caller graph for this function:

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