ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Image
;
6
11
interface
Factory
{
21
public
function
standard
($src,$alt);
22
37
public
function
responsive
($src,$alt);
38
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Image\Factory
This is how the factory for UI elements looks.
Definition:
Factory.php:11
ILIAS\UI\Component\Image\Factory\standard
standard($src, $alt)
ILIAS\UI\Component\Image\Factory\responsive
responsive($src, $alt)
ILIAS\UI\Component\Image
Definition:
Factory.php:5
src
UI
Component
Image
Factory.php
Generated on Fri Oct 3 2025 19:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)