|
ILIAS
Release_5_0_x_branch Revision 61816
|
Service context for cron. More...
Inheritance diagram for ilContextCron:
Collaboration diagram for ilContextCron:Static Public Member Functions | |
| static | supportsRedirects () |
| Are redirects supported? | |
| static | hasUser () |
| Based on user authentication? | |
| static | usesHTTP () |
| Uses HTTP aka browser. | |
| static | hasHTML () |
| Has HTML output. | |
| static | usesTemplate () |
| Uses template engine. | |
| static | initClient () |
| Init client. | |
| static | doAuthentication () |
| Try authentication. | |
|
static |
Try authentication.
Reimplemented from ilContextBase.
Definition at line 82 of file class.ilContextCron.php.
|
static |
Has HTML output.
Reimplemented from ilContextBase.
Definition at line 52 of file class.ilContextCron.php.
|
static |
Based on user authentication?
Reimplemented from ilContextBase.
Definition at line 32 of file class.ilContextCron.php.
|
static |
Init client.
Reimplemented from ilContextBase.
Definition at line 72 of file class.ilContextCron.php.
|
static |
Are redirects supported?
Reimplemented from ilContextBase.
Definition at line 22 of file class.ilContextCron.php.
|
static |
Uses HTTP aka browser.
Reimplemented from ilContextBase.
Definition at line 42 of file class.ilContextCron.php.
|
static |
Uses template engine.
Reimplemented from ilContextBase.
Definition at line 62 of file class.ilContextCron.php.