105 $clone = clone $this;
123 $clone = clone $this;
142 $clone = clone $this;
143 $clone->lead = $image;
153 $clone = clone $this;
154 $clone->lead = (string)
$text;
163 $clone = clone $this;
An exception for terminatinating execution or to throw for unit testing.
Common interface to all items.
withProperties(array $props)
withLeadImage(\ILIAS\UI\Component\Image\Image $image)
withActions(\ILIAS\UI\Component\Dropdown\Standard $actions)
withColor(\ILIAS\Data\Color $color)
A component is the most general form of an entity in the UI.
checkStringArg($which, $value)
Throw an InvalidArgumentException if $value is no string.
trait ComponentHelper
Provides common functionality for component implementations.