ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ 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
class.SessionsViewManager.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Container\Content
;
22
23
use
ILIAS\Container\InternalDomainService
;
24
28
class
SessionsViewManager
implements
ViewManager
29
{
30
protected
InternalDomainService
$domain
;
31
protected
DataService
$data
;
32
protected \ilContainer
$container
;
33
34
public
function
__construct
(
35
DataService
$data_service,
36
InternalDomainService
$domain_service,
37
\
ilContainer
$container
38
) {
39
$this->data = $data_service;
40
$this->domain = $domain_service;
41
$this->container =
$container
;
42
}
43
44
public
function
getBlockSequence
():
BlockSequence
45
{
46
$blocks = [];
47
$blocks[] = $this->data->sessionBlock();
48
$blocks[] = $this->data->itemGroupBlocks();
49
$blocks[] = $this->data->otherBlock();
50
return
$this->data->blockSequence($blocks);
51
}
52
}
InternalDomainService
ILIAS\UI\Component\Legacy\Content\SessionsViewManager\$container
ilContainer $container
Definition:
class.SessionsViewManager.php:32
ILIAS\UI\Component\Legacy\Content\DataService
Definition:
class.DataService.php:30
ILIAS\UI\Component\Legacy\Content\ViewManager
Definition:
interface.ViewManager.php:26
ILIAS\UI\Component\Legacy\Content\SessionsViewManager\__construct
__construct(DataService $data_service, InternalDomainService $domain_service, \ilContainer $container)
Definition:
class.SessionsViewManager.php:34
ILIAS\UI\Component\Legacy\Content\BlockSequence
Definition:
class.BlockSequence.php:26
ILIAS\UI\Component\Legacy\Content\SessionsViewManager\getBlockSequence
getBlockSequence()
Definition:
class.SessionsViewManager.php:44
ILIAS\Export\InternalDomainService
Definition:
class.InternalDomainService.php:25
ILIAS\UI\Component\Legacy\Content\SessionsViewManager\$domain
InternalDomainService $domain
Definition:
class.SessionsViewManager.php:30
ILIAS\UI\Component\Legacy\Content\SessionsViewManager\$data
DataService $data
Definition:
class.SessionsViewManager.php:31
ilContainer
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilContainer.php:28
ILIAS\Container\Content
Definition:
class.BlockSequence.php:21
ILIAS\UI\Component\Legacy\Content\SessionsViewManager
Definition:
class.SessionsViewManager.php:28
components
ILIAS
Container
Content
SessionsView
class.SessionsViewManager.php
Generated on Wed Apr 2 2025 23:02:32 for ILIAS by
1.8.13 (using
Doxyfile
)