ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
12
{
22
public
function
standard
($src, $alt);
23
38
public
function
responsive
($src, $alt);
39
}
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:12
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 21:01:09 for ILIAS by
1.9.4 (using
Doxyfile
)