45 public function deck(array $cards)
An exception for terminatinating execution or to throw for unit testing.
legacy($content)
description: purpose: > This component is used to wrap an existing ILIAS UI element into a UI compone...
panel()
description: purpose: > Panels are used to group titled content. composition: > Panels consist of a h...
deck(array $cards)
description: purpose: > Decks are used to display multiple Cards in a grid. They should be used if a ...
glyph()
description: purpose: > Glyphs map a generally known concept or symbol to a specific concept in ILIAS...
counter()
description: purpose: > Counter inform users about the quantity of items indicated by a glyph....
listing()
description: purpose: > Listings are used to structure itemised textual information....
card($title, \ILIAS\UI\Component\Image\Image $image=null)
button()
description: purpose: > Buttons trigger interactions that change the system’s status....
image()
description: purpose: The Image component is used to display images of various sources....
A component is the most general form of an entity in the UI.
This is how the factory for UI elements looks.
Interface Card \UI\Component\Card.