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\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
}
ILIAS\Data\LanguageTag\Standard
Definition:
Standard.php:26
ILIAS\UI\Implementation\Component\Entity\Factory
Definition:
Factory.php:30
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
return
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
delivery_method.php:21
ILIAS\UI\Component\Button\Shy
Shy button.
Definition:
Shy.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\Table\Factory
Table factory.
Definition:
Factory.php:30
ILIAS\UI\Component\Entity
Definition:
Entity.php:21
ILIAS\UI\Component\Table
ILIAS\UI\Implementation\Component\Entity
Definition:
Entity.php:21
components
ILIAS
UI
src
Implementation
Component
Entity
Factory.php
Generated on Sat Oct 18 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)