ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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:35
ILIAS\UI\Component\Card
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Card.php:21
src
UI
Component
Card
Factory.php
Generated on Mon Nov 3 2025 22:02:07 for ILIAS by
1.9.4 (using
Doxyfile
)