ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface ilContextTemplate. 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 | supportsPersistentSessions () |
Check if persistent sessions are supported false for context cli. More... | |
static | supportsPushMessages () |
Check if push messages are supported, see #0018206. More... | |
static | isSessionMainContext () |
Context that are not only temporary in a session (e.g. More... | |
static | modifyHttpPath (string $httpPath) |
A context might modify the ILIAS http path. More... | |
Interface ilContextTemplate.
Definition at line 9 of file interface.ilContextTemplate.php.
|
static |
Try authentication.
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.
|
static |
Has HTML output.
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.
|
static |
Based on user authentication?
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.
|
static |
Init client.
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.
|
static |
Context that are not only temporary in a session (e.g.
WAC is, Cron is not)
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.
|
static |
A context might modify the ILIAS http path.
string | $httpPath |
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.
|
static |
Check if persistent sessions are supported false for context cli.
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.
|
static |
Check if push messages are supported, see #0018206.
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.
|
static |
Are redirects supported?
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.
|
static |
Uses HTTP aka browser.
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.
|
static |
Uses template engine.
Implemented in ilContextApacheSSO, ilContextCron, ilContextIcal, ilContextLTIProvider, ilContextRest, ilContextRss, ilContextRssAuth, ilContextSaml, ilContextScorm, ilContextSessionReminder, ilContextShibboleth, ilContextSoap, ilContextSoapNoAuth, ilContextSoapWithoutClient, ilContextUnitTest, ilContextWAC, ilContextWeb, and ilContextWebdav.