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