14 class Panel implements C\Panel\Panel
41 $types = [C\Component::class];
trait ComponentHelper
Provides common functionality for component implementations.
checkStringArg($which, $value)
Throw an InvalidArgumentException if $value is no string.
checkArgListElements($which, array &$values, &$classes)
Check every element of the list if it is an instance of one of the given classes. ...
withActions(\ILIAS\UI\Component\Dropdown\Standard $actions)
__construct($title, $content)
toArray($value)
Wrap the given value in an array if it is no array.