getSections()
Get the multiple sections of the card as array.
Class ChatMainBarProvider .
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
getTitle()
Get the title in the heading section of the card.
getTitleAction()
Returns the title action if given, otherwise null.
withImage(\ILIAS\UI\Component\Image\Image $image)
Set the image of the card.
getImage()
Get the image of the card.
isHighlighted()
Returns whether or not 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.
withHighlight($status)
Get a Card like this with a highlight.