|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Extended Service context (factory) class. More...
Inheritance diagram for ilContextExtended:
Collaboration diagram for ilContextExtended:Static Public Member Functions | |
| static | getClassName () |
| Get context className. More... | |
Static Public Member Functions inherited from ilContext | |
| static | init ($a_type) |
| Init context by type. More... | |
| static | directCall ($a_type, $a_method) |
| Call context method directly without internal handling. 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 | supportsPushMessages () |
| Supports push messages. More... | |
| static | getType () |
| Get context type. More... | |
| static | supportsPersistentSessions () |
| Check if context supports persistent session handling. More... | |
| static | isSessionMainContext () |
| Context that are not only temporary in a session (e.g. More... | |
| static | modifyHttpPath (string $httpPath) |
Additional Inherited Members | |
Data Fields inherited from ilContext | |
| const | CONTEXT_WEB = "ilContextWeb" |
| const | CONTEXT_CRON = "ilContextCron" |
| const | CONTEXT_RSS = "ilContextRss" |
| const | CONTEXT_ICAL = "ilContextIcal" |
| const | CONTEXT_SOAP = "ilContextSoap" |
| const | CONTEXT_SOAP_NO_AUTH = 'ilContextSoapNoAuth' |
| const | CONTEXT_WEBDAV = "ilContextWebdav" |
| const | CONTEXT_RSS_AUTH = "ilContextRssAuth" |
| const | CONTEXT_SESSION_REMINDER = "ilContextSessionReminder" |
| const | CONTEXT_SOAP_WITHOUT_CLIENT = "ilContextSoapWithoutClient" |
| const | CONTEXT_UNITTEST = "ilContextUnitTest" |
| const | CONTEXT_REST = "ilContextRest" |
| const | CONTEXT_SCORM = "ilContextScorm" |
| const | CONTEXT_WAC = "ilContextWAC" |
| const | CONTEXT_APACHE_SSO = 'ilContextApacheSSO' |
| const | CONTEXT_SHIBBOLETH = 'ilContextShibboleth' |
| const | CONTEXT_LTI_PROVIDER = 'ilContextLTIProvider' |
| const | CONTEXT_SAML = 'ilContextSaml' |
Static Protected Member Functions inherited from ilContext | |
| static | callContext ($a_method, array $args=[]) |
| Call current content. More... | |
Static Protected Attributes inherited from ilContext | |
| static | $class_name |
| static | $type |
Extended Service context (factory) class.
ONLY FOR TESTS!!!!
Definition at line 17 of file class.ilContextExtended.php.
|
static |
Get context className.
Definition at line 24 of file class.ilContextExtended.php.
References ilContext\$class_name.
Referenced by ilContextTest\testInit().
Here is the caller graph for this function: