ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilContextSoap.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
5
include_once
"Services/Context/classes/class.ilContextBase.php"
;
6
15
class
ilContextSoap
extends
ilContextBase
16
{
22
public
static
function
supportsRedirects
()
23
{
24
return
false
;
25
}
26
32
public
static
function
hasUser
()
33
{
34
return
true
;
35
}
36
42
public
static
function
usesHTTP
()
43
{
44
return
true
;
45
}
46
52
public
static
function
hasHTML
()
53
{
54
return
true
;
55
}
56
62
public
static
function
usesTemplate
()
63
{
64
return
true
;
65
}
66
72
public
static
function
initClient
()
73
{
74
return
true
;
75
}
76
82
public
static
function
doAuthentication
()
83
{
84
return
true
;
85
}
86
}
87
88
?>
ilContextSoap\hasHTML
static hasHTML()
Has HTML output.
Definition:
class.ilContextSoap.php:52
ilContextSoap\doAuthentication
static doAuthentication()
Try authentication.
Definition:
class.ilContextSoap.php:82
ilContextSoap\usesTemplate
static usesTemplate()
Uses template engine.
Definition:
class.ilContextSoap.php:62
ilContextSoap
Service context for soap.
Definition:
class.ilContextSoap.php:15
ilContextBase
Service context base class.
Definition:
class.ilContextBase.php:13
ilContextSoap\hasUser
static hasUser()
Based on user authentication?
Definition:
class.ilContextSoap.php:32
ilContextSoap\supportsRedirects
static supportsRedirects()
Are redirects supported?
Definition:
class.ilContextSoap.php:22
ilContextSoap\usesHTTP
static usesHTTP()
Uses HTTP aka browser.
Definition:
class.ilContextSoap.php:42
ilContextSoap\initClient
static initClient()
Init client.
Definition:
class.ilContextSoap.php:72
Services
Context
classes
class.ilContextSoap.php
Generated on Mon Mar 31 2025 19:00:44 for ILIAS by
1.8.13 (using
Doxyfile
)