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\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
}
Image
ILIAS\UI\Component\Entity\Standard
This describes a standard Entity.
Definition:
Standard.php:26
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:29
ILIAS\UI\Component\Entity\Factory\standard
standard(Symbol|Image|ShyButton|ShyLink|string $primary_identifier, Symbol|Image|ShyButton|ShyLink|string $secondary_identifier)
description: purpose: > The Standard Entity can (and should) be used to list system entities such as...
ILIAS\UI\Component\Entity
Definition:
Entity.php:21
Shy
ILIAS\UI\Component\Entity\Factory
This is the factory for Entities.
Definition:
Factory.php:31
Symbol
Standard
components
ILIAS
UI
src
Component
Entity
Factory.php
Generated on Sun Aug 31 2025 23:01:53 for ILIAS by
1.8.13 (using
Doxyfile
)