ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilContextRssAuth.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/interfaces/interface.ilContextTemplate.php"
;
6
15
class
ilContextRssAuth
implements
ilContextTemplate
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
false
;
85
}
86
91
public
static
function
supportsPersistentSessions
()
92
{
93
return
false
;
94
}
95
96
102
public
static
function
supportsPushMessages
()
103
{
104
return
false
;
105
}
106
110
public
static
function
isSessionMainContext
()
111
{
112
return
true
;
113
}
114
}
ilContextRssAuth\hasHTML
static hasHTML()
Has HTML output.
Definition:
class.ilContextRssAuth.php:52
ilContextRssAuth\supportsRedirects
static supportsRedirects()
Are redirects supported?
Definition:
class.ilContextRssAuth.php:22
ilContextRssAuth\doAuthentication
static doAuthentication()
Try authentication.
Definition:
class.ilContextRssAuth.php:82
ilContextRssAuth\supportsPushMessages
static supportsPushMessages()
Supports push messages.
Definition:
class.ilContextRssAuth.php:102
ilContextRssAuth\usesTemplate
static usesTemplate()
Uses template engine.
Definition:
class.ilContextRssAuth.php:62
ilContextTemplate
Interface ilContextTemplate.
Definition:
interface.ilContextTemplate.php:9
ilContextRssAuth
Service context for authenticated feed/rss.
Definition:
class.ilContextRssAuth.php:15
ilContextRssAuth\isSessionMainContext
static isSessionMainContext()
Context that are not only temporary in a session (e.g.WAC is, Cron is not)bool
Definition:
class.ilContextRssAuth.php:110
ilContextRssAuth\hasUser
static hasUser()
Based on user authentication?
Definition:
class.ilContextRssAuth.php:32
ilContextRssAuth\initClient
static initClient()
Init client.
Definition:
class.ilContextRssAuth.php:72
ilContextRssAuth\supportsPersistentSessions
static supportsPersistentSessions()
Check if persistent session handling is supported.
Definition:
class.ilContextRssAuth.php:91
ilContextRssAuth\usesHTTP
static usesHTTP()
Uses HTTP aka browser.
Definition:
class.ilContextRssAuth.php:42
php
Services
Context
classes
class.ilContextRssAuth.php
Generated on Thu Jan 30 2025 19:01:55 for ILIAS by
1.8.13 (using
Doxyfile
)