1<?
php declare(strict_types=1);
169 self::$possible_sizes,
170 implode(
'/', self::$possible_sizes)
202 $clone = clone $this;
An exception for terminatinating execution or to throw for unit testing.
getAllStandardHandles()
get all defined constants
__construct(string $name, string $label, string $size, bool $is_disabled)
withIsOutlined(bool $is_outlined)
trait ComponentHelper
Provides common functionality for component implementations.
checkArgIsElement($which, $value, $array, $name)
Throw an InvalidArgumentException if $value is not an element of array.