ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
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 ?>
static hasHTML()
Has HTML output.
static usesTemplate()
Uses template engine.
static usesHTTP()
Uses HTTP aka browser.
static initClient()
Init client.
Service context base class.
static hasUser()
Based on user authentication?
static doAuthentication()
Try authentication.
static supportsRedirects()
Are redirects supported?