ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
q
r
s
t
u
v
w
x
z
+
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
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
ToolServices.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\Tool
;
2
3
use
ILIAS\GlobalScreen\Scope\Tool\Factory\ToolFactory
;
4
use
ILIAS\GlobalScreen\ScreenContext\ContextServices
;
5
use
ILIAS\GlobalScreen\SingletonTrait
;
6
12
class
ToolServices
13
{
14
use
SingletonTrait
;
15
16
20
public
function
factory
() :
ToolFactory
21
{
22
return
$this->
get
(ToolFactory::class);
23
}
24
25
29
public
function
context
() :
ContextServices
30
{
31
return
$this->
get
(ContextServices::class);
32
}
33
}
ILIAS\GlobalScreen\ScreenContext\ContextServices
Class ContextServices.
Definition:
ContextServices.php:11
ILIAS\GlobalScreen\Scope\Tool\ToolServices\factory
factory()
Definition:
ToolServices.php:20
ILIAS\GlobalScreen\Scope\Tool\ToolServices
Class ToolServices.
Definition:
ToolServices.php:12
ILIAS\GlobalScreen\Scope\Tool\Factory\ToolFactory
Class ToolFactory.
Definition:
ToolFactory.php:14
ILIAS\GlobalScreen\Scope\Tool
ILIAS\GlobalScreen\Scope\Tool\ToolServices\context
context()
Definition:
ToolServices.php:29
ILIAS\GlobalScreen\SingletonTrait
trait SingletonTrait
Class SingletonTrait.
Definition:
SingletonTrait.php:9
ContextServices
ToolFactory
src
GlobalScreen
Scope
Tool
ToolServices.php
Generated on Sat Apr 5 2025 20:01:38 for ILIAS by
1.8.13 (using
Doxyfile
)