7 $f =
$DIC->ui()->factory();
8 $renderer =
$DIC->ui()->renderer();
10 $address = $f->listing()->descriptive(
12 "Address" =>
"Hochschlustrasse 6",
14 "Contact" =>
"timon.amstutz@ilub.unibe.ch"
18 $image = $f->image()->responsive(
19 "./templates/default/images/HeaderIcon.svg",
"Thumbnail Example");
24 )->withSections(array($address,$f->button()->standard(
"Request Contact",
"")));
26 $deck = $f->deck(array($card,$card,$card,$card,$card,$card,$card))
27 ->withCardsSize(
ILIAS\UI\Component\Deck\Deck::SIZE_L);
30 return $renderer->render($deck);
An exception for terminatinating execution or to throw for unit testing.
Interface Card \UI\Component\Card.