ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
interface.ilContextTemplate.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
10 {
16  public static function supportsRedirects();
17 
23  public static function hasUser();
24 
30  public static function usesHTTP();
31 
37  public static function hasHTML();
38 
44  public static function usesTemplate();
45 
51  public static function initClient();
52 
58  public static function doAuthentication();
59 
60 
65  public static function supportsPersistentSessions();
66 }
static supportsPersistentSessions()
Check if persistent sessions are supported false for context cli.
static initClient()
Init client.
Interface ilContextTemplate.
static supportsRedirects()
Are redirects supported?
static hasHTML()
Has HTML output.
static hasUser()
Based on user authentication?
static doAuthentication()
Try authentication.
static usesHTTP()
Uses HTTP aka browser.
static usesTemplate()
Uses template engine.