19 declare(strict_types=1);
withHighlight(bool $status)
Get a Card like this with a highlight.
getSections()
Get the multiple sections of the card as array.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
getTitle()
Get the title in the heading section of the card.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getTitleAction()
Returns the title action if given, otherwise null.
getImage()
Get the image of the card.
isHighlighted()
Returns whether the Card is highlighted.
withSections(array $sections)
Set multiple sections of the card as array.
withTitleAction($action)
Get a Card like this with a title action.
withTitle($title)
Sets the title in the heading section of the card.
withImage(Image $image)
Set the image of the card.
withHiddenSections(array $sections)