2declare(strict_types=1);
40 Component\Clickable::class,
41 Component\Link\Link::class,
42 Component\Divider\Horizontal::class
An exception for terminatinating execution or to throw for unit testing.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
checkArgListElements($which, array &$values, $classes)
Check every element of the list if it is an instance of one of the given classes.
trait ComponentHelper
Provides common functionality for component implementations.