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
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component\Entity
;
22
23
use
ILIAS\UI\Component\Entity
as
I
;
24
use
ILIAS\UI\Component\Symbol\Symbol
;
25
use
ILIAS\UI\Component\Image\Image
;
26
use
ILIAS\UI\Component\Button\Shy
as
ShyButton
;
27
use
ILIAS\UI\Component\Link\Standard
as
ShyLink
;
28
29
class
Factory
implements
I\Factory
30
{
31
public
function
standard
(
32
Symbol
|
Image
|
ShyButton
|
ShyLink
|
string
$primary_identifier,
33
Symbol
|
Image
|
ShyButton
|
ShyLink
|
string
$secondary_identifier
34
):
Standard
{
35
return
new
Standard
($primary_identifier, $secondary_identifier);
36
}
37
}
Image
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:29
ILIAS\UI\Implementation\Component\Entity\Factory
Definition:
Factory.php:29
ILIAS\UI\Implementation
ILIAS\UI\Component\Entity
Definition:
Entity.php:21
Shy
Symbol
ILIAS\UI\Implementation\Component\Entity
Definition:
Entity.php:21
Standard
ILIAS\UI\Implementation\Component\Entity\Factory\standard
standard(Symbol|Image|ShyButton|ShyLink|string $primary_identifier, Symbol|Image|ShyButton|ShyLink|string $secondary_identifier)
Definition:
Factory.php:31
ILIAS\Data\LanguageTag\Standard
Definition:
Standard.php:25
components
ILIAS
UI
src
Implementation
Component
Entity
Factory.php
Generated on Sat Apr 5 2025 23:02:14 for ILIAS by
1.8.13 (using
Doxyfile
)