ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
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 Sun Aug 31 2025 23:01:57 for ILIAS by
1.8.13 (using
Doxyfile
)