ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
ilContextScorm Class Reference

Service context for scorm. More...

+ Inheritance diagram for ilContextScorm:
+ Collaboration diagram for ilContextScorm:

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

Service context for scorm.

Author
Uwe Kohnle kohnl.nosp@m.e@in.nosp@m.terne.nosp@m.tleh.nosp@m.rer-g.nosp@m.mbh..nosp@m.de
Version
$Id$

Definition at line 15 of file class.ilContextScorm.php.

Member Function Documentation

◆ doAuthentication()

static ilContextScorm::doAuthentication ( )
static

Try authentication.

Returns
bool

Definition at line 82 of file class.ilContextScorm.php.

83  {
84  return false;
85  }

◆ hasHTML()

static ilContextScorm::hasHTML ( )
static

Has HTML output.

Returns
bool

Definition at line 52 of file class.ilContextScorm.php.

53  {
54  return false;
55  }

◆ hasUser()

static ilContextScorm::hasUser ( )
static

Based on user authentication?

Returns
bool

Definition at line 32 of file class.ilContextScorm.php.

33  {
34  return true;
35  }

◆ initClient()

static ilContextScorm::initClient ( )
static

Init client.

Returns
bool

Definition at line 72 of file class.ilContextScorm.php.

73  {
74  return true;
75  }

◆ supportsRedirects()

static ilContextScorm::supportsRedirects ( )
static

Are redirects supported?

Returns
bool

Definition at line 22 of file class.ilContextScorm.php.

23  {
24  return false;
25  }

◆ usesHTTP()

static ilContextScorm::usesHTTP ( )
static

Uses HTTP aka browser.

Returns
bool

Definition at line 42 of file class.ilContextScorm.php.

43  {
44  return false;
45  }

◆ usesTemplate()

static ilContextScorm::usesTemplate ( )
static

Uses template engine.

Returns
bool

Definition at line 62 of file class.ilContextScorm.php.

63  {
64  return false;
65  }

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