ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
◀ 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.SkillInternalFactoryService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Skill\Service
;
22
23
use
ILIAS\Skill\Tree
;
24
use
ILIAS\Skill\Profile
;
25
use
ILIAS\Skill\Personal
;
26
use
ILIAS\Skill\Resource
;
27
33
class
SkillInternalFactoryService
34
{
35
public
function
tree
(): Tree\
SkillTreeFactory
36
{
37
return
new
Tree\SkillTreeFactory
();
38
}
39
40
public
function
profile
(): Profile\
SkillProfileFactory
41
{
42
return
new
Profile\SkillProfileFactory
();
43
}
44
45
public
function
personal
(): Personal\
PersonalSkillFactory
46
{
47
return
new
Personal\PersonalSkillFactory
();
48
}
49
50
public
function
resource
(): Resource\
SkillResourceFactory
51
{
52
return
new
Resource\SkillResourceFactory
();
53
}
54
}
ILIAS\Skill\Service\SkillInternalFactoryService\resource
resource()
Definition:
class.SkillInternalFactoryService.php:50
ILIAS\Skill\Tree
Definition:
class.SkillTreeFactory.php:21
ILIAS\Skill\Resource
Definition:
class.SkillResource.php:21
ILIAS\Skill\Service\SkillInternalFactoryService\tree
tree()
Definition:
class.SkillInternalFactoryService.php:35
ILIAS\Skill\Personal\PersonalSkillFactory
Definition:
class.PersonalSkillFactory.php:27
ILIAS\Skill\Service\SkillInternalFactoryService\personal
personal()
Definition:
class.SkillInternalFactoryService.php:45
ILIAS\Skill\Service\SkillInternalFactoryService
Skill internal factory service.
Definition:
class.SkillInternalFactoryService.php:33
ILIAS\Skill\Profile
Definition:
class.SkillProfile.php:21
ILIAS\Skill\Profile\SkillProfileFactory
Definition:
class.SkillProfileFactory.php:27
ILIAS\Skill\Personal
Definition:
class.AssignedMaterial.php:21
ILIAS\Skill\Tree\SkillTreeFactory
Definition:
class.SkillTreeFactory.php:27
ILIAS\Skill\Resource\SkillResourceFactory
Definition:
class.SkillResourceFactory.php:26
ILIAS\Skill\Service\SkillInternalFactoryService\profile
profile()
Definition:
class.SkillInternalFactoryService.php:40
ILIAS\Skill\Service
Definition:
class.SkillAdminGUIRequest.php:21
components
ILIAS
Skill
Service
classes
class.SkillInternalFactoryService.php
Generated on Sat Apr 5 2025 23:02:52 for ILIAS by
1.8.13 (using
Doxyfile
)