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\Image
;
22
27
interface
Factory
28
{
38
public
function
standard
(
string
$src,
string
$alt):
Image
;
39
53
public
function
responsive
(
string
$src,
string
$alt):
Image
;
54
}
ILIAS\UI\Component\Image\Factory
This is how the factory for UI elements looks.
Definition:
Factory.php:28
ILIAS\UI\Component\Image\Factory\standard
standard(string $src, string $alt)
ILIAS\UI\Component\Image\Factory\responsive
responsive(string $src, string $alt)
ILIAS\UI\Component\Image\Image
Definition:
Image.php:36
ILIAS\UI\Component\Image
Definition:
Factory.php:21
components
ILIAS
UI
src
Component
Image
Factory.php
Generated on Sat Oct 18 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)