ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
class.ilContextBase.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
4
13
abstract
class
ilContextBase
14
{
20
abstract
public
static
function
supportsRedirects
();
21
27
abstract
public
static
function
hasUser
();
28
34
abstract
public
static
function
usesHTTP
();
35
41
abstract
public
static
function
hasHTML
();
42
48
abstract
public
static
function
usesTemplate
();
49
55
abstract
public
static
function
initClient
();
56
62
abstract
public
static
function
doAuthentication
();
63
}
64
65
?>
ilContextBase\hasHTML
static hasHTML()
Has HTML output.
ilContextBase\usesTemplate
static usesTemplate()
Uses template engine.
ilContextBase\usesHTTP
static usesHTTP()
Uses HTTP aka browser.
ilContextBase\initClient
static initClient()
Init client.
ilContextBase
Service context base class.
Definition:
class.ilContextBase.php:13
ilContextBase\hasUser
static hasUser()
Based on user authentication?
ilContextBase\doAuthentication
static doAuthentication()
Try authentication.
ilContextBase\supportsRedirects
static supportsRedirects()
Are redirects supported?
Services
Context
classes
class.ilContextBase.php
Generated on Mon Sep 1 2025 19:00:42 for ILIAS by
1.8.13 (using
Doxyfile
)