44 $clone->lead = $image;
65 $clone->lead = (string) $text;
An exception for terminatinating execution or to throw for unit testing.
Common interface to all items.
withLeadImage(\ILIAS\UI\Component\Image\Image $image)
withLeadText(string $text)
withColor(\ILIAS\Data\Color $color)
withLeadIcon(\ILIAS\UI\Component\Symbol\Icon\Icon $icon)
A component is the most general form of an entity in the UI.
checkStringArg($which, $value)
Throw an InvalidArgumentException if $value is no string.
Class ChatMainBarProvider \MainMenu\Provider.