8use ILIAS\UI\Implementation\Component\ComponentHelper;
27 "Descriptive List items",
30 return is_string($k) && (is_string($v) || $v instanceof
C\Component);
33 return "expected keys of type string and values of type string|Component, got ($k => $v)";
44 "Descriptive List items",
47 return is_string($k) && (is_string($v) || $v instanceof
C\Component);
50 return "expected keys of type string and values of type string|Component, got ($k => $v)";
An exception for terminatinating execution or to throw for unit testing.
__construct(array $items)
A component is the most general form of an entity in the UI.