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\Card
;
22
23
use
ILIAS\UI\Component\Image\Image
;
24
use
ILIAS\UI\Component\Button\Shy
;
25
29
interface
Factory
30
{
52
public
function
standard
($title, ?
Image
$image =
null
):
Standard
;
53
85
public
function
repositoryObject
($title,
Image
$image):
RepositoryObject
;
86
}
ILIAS\UI\Component\Button\Shy
Shy button.
Definition:
Shy.php:27
ILIAS\UI\Component\Card\Factory
This is how the factory for UI elements looks.
Definition:
Factory.php:30
ILIAS\UI\Component\Card\Factory\repositoryObject
repositoryObject($title, Image $image)
ILIAS\UI\Component\Card\Factory\standard
standard($title, ?Image $image=null)
ILIAS\UI\Component\Card\RepositoryObject
Definition:
RepositoryObject.php:32
ILIAS\UI\Component\Card\Standard
This describes a standard Card.
Definition:
Standard.php:27
ILIAS\UI\Component\Image\Image
Definition:
Image.php:36
ILIAS\UI\Component\Card
Definition:
Card.php:21
components
ILIAS
UI
src
Component
Card
Factory.php
Generated on Sun Oct 19 2025 23:02:13 for ILIAS by
1.9.4 (using
Doxyfile
)