8use ILIAS\UI\Implementation\Component\ComponentHelper;
39 $this->checkStringArg(
"title",
$title);
49 $this->checkStringArg(
"title",
$title);
84 $classes = [\ILIAS\UI\Component\Component::class];
85 $this->checkArgListElements(
"sections",$sections,$classes);
88 $clone->content_sections = $sections;
An exception for terminatinating execution or to throw for unit testing.
withSections(array $sections)
withImage(\ILIAS\UI\Component\Image\Image $image)
__construct($title, \ILIAS\UI\Component\Image\Image $image=null)
A component is the most general form of an entity in the UI.
Interface Card \UI\Component\Card.