3 declare(strict_types=1);
47 $this->checkArgIsElement(
"type", $type, self::$types,
"message box type");
89 $types = array(
C\Component::class);
90 $this->checkArgListElements(
"buttons", $buttons, $types);
102 $types = array(
C\Component::class);
103 $this->checkArgListElements(
"links", $links, $types);
105 $clone = clone $this;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withButtons(array $buttons)
__construct($type, string $message_text)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...