ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilContextWAC.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
5require_once('./Services/Context/interfaces/interface.ilContextTemplate.php');
6
13
17 public static function supportsRedirects() {
18 return false;
19 }
20
21
25 public static function hasUser() {
26 return true;
27 }
28
29
33 public static function usesHTTP() {
34 return true;
35 }
36
37
41 public static function hasHTML() {
42 return true;
43 }
44
45
49 public static function usesTemplate() {
50 return true;
51 }
52
53
57 public static function initClient() {
58 return true;
59 }
60
61
65 public static function doAuthentication() {
66 return true;
67 }
68
73 public static function supportsPersistentSessions()
74 {
75 return true;
76 }
77
78}
79
80?>
An exception for terminatinating execution or to throw for unit testing.
Class ilContextWAC.
static supportsRedirects()
static supportsPersistentSessions()
Check if persistent session handling is supported.
static doAuthentication()
Interface ilContextTemplate.