ILIAS  release_4-4 Revision
ilContextCron Class Reference

Service context for cron. More...

+ Inheritance diagram for ilContextCron:
+ Collaboration diagram for ilContextCron:

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

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 15 of file class.ilContextCron.php.

Member Function Documentation

◆ doAuthentication()

static ilContextCron::doAuthentication ( )
static

Try authentication.

Returns
bool

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

83  {
84  return true;
85  }

◆ hasHTML()

static ilContextCron::hasHTML ( )
static

Has HTML output.

Returns
bool

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

53  {
54  return false;
55  }

◆ hasUser()

static ilContextCron::hasUser ( )
static

Based on user authentication?

Returns
bool

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

33  {
34  return true;
35  }

◆ initClient()

static ilContextCron::initClient ( )
static

Init client.

Returns
bool

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

73  {
74  return true;
75  }

◆ supportsRedirects()

static ilContextCron::supportsRedirects ( )
static

Are redirects supported?

Returns
bool

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

23  {
24  return false;
25  }

◆ usesHTTP()

static ilContextCron::usesHTTP ( )
static

Uses HTTP aka browser.

Returns
bool

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

43  {
44  return false;
45  }

◆ usesTemplate()

static ilContextCron::usesTemplate ( )
static

Uses template engine.

Returns
bool

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

63  {
64  return false;
65  }

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