ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
AbstractStaticFooterProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Provider
;
22
23
use
ILIAS\DI\Container
;
24
use
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
;
25
use
ILIAS\GlobalScreen\Provider\AbstractProvider
;
26
use
ILIAS\GlobalScreen\Scope\Footer\Provider\StaticFooterProvider
;
27
use
ILIAS\GlobalScreen\Scope\Footer\Factory\FooterItemFactory
;
28
use
ILIAS\GlobalScreen\Scope\Footer\Factory\Permanent
;
29
33
abstract
class
AbstractStaticFooterProvider
extends
AbstractProvider
implements
StaticFooterProvider
34
{
35
protected
IdentificationProviderInterface
$id_factory
;
36
protected
FooterItemFactory
$item_factory
;
37
38
public
function
__construct
(
Container
$dic
)
39
{
40
parent::__construct
($dic);
41
$this->item_factory = $this->
globalScreen
()->footer();
42
$this->id_factory = $this->
globalScreen
()->identification()->core($this);
43
}
44
45
public
function
getAdditionalTexts
(): array
46
{
47
return
[];
48
}
49
50
public
function
getPermanentURI
(): ?
Permanent
51
{
52
return
null
;
53
}
54
55
}
FooterItemFactory
IdentificationProviderInterface
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticFooterProvider\$item_factory
FooterItemFactory $item_factory
Definition:
AbstractStaticFooterProvider.php:36
ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen
globalScreen()
Definition:
AbstractProvider.php:38
AbstractProvider
ILIAS\GlobalScreen\Scope\Footer\Factory\Permanent
Definition:
Permanent.php:29
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:35
ILIAS\GlobalScreen\Scope\Footer\Factory\FooterItemFactory
Definition:
FooterItemFactory.php:29
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
Container
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticFooterProvider\getAdditionalTexts
getAdditionalTexts()
Definition:
AbstractStaticFooterProvider.php:45
ILIAS\GlobalScreen\Scope\MetaBar\Provider
Definition:
AbstractStaticFooterProvider.php:21
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticFooterProvider\$id_factory
IdentificationProviderInterface $id_factory
Definition:
AbstractStaticFooterProvider.php:35
StaticFooterProvider
Permanent
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticFooterProvider\__construct
__construct(Container $dic)
Definition:
AbstractStaticFooterProvider.php:38
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticFooterProvider\getPermanentURI
getPermanentURI()
Definition:
AbstractStaticFooterProvider.php:50
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
Class IdentificationProviderInterface.
Definition:
IdentificationProviderInterface.php:26
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticFooterProvider
Definition:
AbstractStaticFooterProvider.php:33
ILIAS\GlobalScreen\Scope\Footer\Provider\StaticFooterProvider
Definition:
StaticFooterProvider.php:31
$dic
$dic
Definition:
result.php:31
ILIAS\GlobalScreen\Provider\AbstractProvider
Definition:
AbstractProvider.php:29
components
ILIAS
GlobalScreen
src
Scope
Footer
Provider
AbstractStaticFooterProvider.php
Generated on Thu Apr 3 2025 23:03:00 for ILIAS by
1.8.13 (using
Doxyfile
)