ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilContextRssAuth.php
Go to the documentation of this file.
1
<?php
2
24
class
ilContextRssAuth
implements
ilContextTemplate
25
{
26
public
static
function
supportsRedirects
(): bool
27
{
28
return
false
;
29
}
30
31
public
static
function
hasUser
(): bool
32
{
33
return
true
;
34
}
35
36
public
static
function
usesHTTP
(): bool
37
{
38
return
true
;
39
}
40
41
public
static
function
hasHTML
(): bool
42
{
43
return
true
;
44
}
45
46
public
static
function
usesTemplate
(): bool
47
{
48
return
true
;
49
}
50
51
public
static
function
initClient
(): bool
52
{
53
return
true
;
54
}
55
56
public
static
function
doAuthentication
(): bool
57
{
58
return
false
;
59
}
60
61
public
static
function
supportsPersistentSessions
(): bool
62
{
63
return
false
;
64
}
65
66
public
static
function
supportsPushMessages
(): bool
67
{
68
return
false
;
69
}
70
71
public
static
function
isSessionMainContext
(): bool
72
{
73
return
true
;
74
}
75
76
public
static
function
modifyHttpPath
(
string
$httpPath): string
77
{
78
return
$httpPath;
79
}
80
}
ilContextRssAuth\hasHTML
static hasHTML()
Has HTML output.
Definition:
class.ilContextRssAuth.php:41
ilContextRssAuth\supportsRedirects
static supportsRedirects()
Are redirects supported?
Definition:
class.ilContextRssAuth.php:26
ilContextRssAuth\doAuthentication
static doAuthentication()
Try authentication.
Definition:
class.ilContextRssAuth.php:56
ilContextRssAuth\supportsPushMessages
static supportsPushMessages()
Check if push messages are supported, see #0018206.
Definition:
class.ilContextRssAuth.php:66
ilContextRssAuth\usesTemplate
static usesTemplate()
Uses template engine.
Definition:
class.ilContextRssAuth.php:46
ilContextTemplate
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilContextTemplate.php:24
ilContextRssAuth
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilContextRssAuth.php:24
ilContextRssAuth\isSessionMainContext
static isSessionMainContext()
Context that are not only temporary in a session (e.g.
Definition:
class.ilContextRssAuth.php:71
ilContextRssAuth\hasUser
static hasUser()
Based on user authentication?
Definition:
class.ilContextRssAuth.php:31
ilContextRssAuth\initClient
static initClient()
Init client.
Definition:
class.ilContextRssAuth.php:51
ilContextRssAuth\supportsPersistentSessions
static supportsPersistentSessions()
Check if persistent sessions are supported false for context cli.
Definition:
class.ilContextRssAuth.php:61
ilContextRssAuth\modifyHttpPath
static modifyHttpPath(string $httpPath)
A context might modify the ILIAS http path.
Definition:
class.ilContextRssAuth.php:76
ilContextRssAuth\usesHTTP
static usesHTTP()
Uses HTTP aka browser.
Definition:
class.ilContextRssAuth.php:36
Services
Context
classes
class.ilContextRssAuth.php
Generated on Tue Apr 1 2025 22:01:51 for ILIAS by
1.8.13 (using
Doxyfile
)