ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Service context for cron. More...
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 | 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 |
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.