ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilContextTemplate
Definition at line 24 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.
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.