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\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
}
Image
ILIAS\UI\Component\Image\Factory\standard
standard(string $src, string $alt)
description: purpose: The standard image is used if the image is to be rendered in it's the original...
ILIAS\UI\Component\Image
Definition:
Factory.php:21
ILIAS\UI\Component\Image\Factory\responsive
responsive(string $src, string $alt)
description: purpose: > A responsive image is to be used if the image needs to adapt to changing amo...
ILIAS\UI\Component\Image\Factory
This is how the factory for UI elements looks.
Definition:
Factory.php:27
components
ILIAS
UI
src
Component
Image
Factory.php
Generated on Sun Aug 31 2025 23:01:53 for ILIAS by
1.8.13 (using
Doxyfile
)