ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Entity
;
22
23
use
ILIAS\UI\Component\Symbol\Symbol
;
24
use
ILIAS\UI\Component\Image\Image
;
25
use
ILIAS\UI\Component\Button\Shy
as ShyButton;
26
use
ILIAS\UI\Component\Link\Standard
as ShyLink;
27
31
interface
Factory
32
{
42
public
function
standard
(
43
Symbol
|
Image
| ShyButton | ShyLink |
string
$primary_identifier,
44
Symbol
|
Image
| ShyButton | ShyLink |
string
$secondary_identifier
45
):
Standard
;
46
}
ILIAS\Data\LanguageTag\Standard
Definition:
Standard.php:26
ILIAS\UI\Component\Button\Shy
Shy button.
Definition:
Shy.php:27
ILIAS\UI\Component\Entity\Factory
This is the factory for Entities.
Definition:
Factory.php:32
ILIAS\UI\Component\Entity\Factory\standard
standard(Symbol|Image|ShyButton|ShyLink|string $primary_identifier, Symbol|Image|ShyButton|ShyLink|string $secondary_identifier)
ILIAS\UI\Component\Entity\Standard
This describes a standard Entity.
Definition:
Standard.php:27
ILIAS\UI\Component\Image\Image
Definition:
Image.php:36
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:30
ILIAS\UI\Component\Entity
Definition:
Entity.php:21
components
ILIAS
UI
src
Component
Entity
Factory.php
Generated on Sat Oct 18 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)