2 declare(strict_types=1);
36 Component\Clickable::class,
37 Component\Link\Link::class,
38 Component\Divider\Horizontal::class
checkArgListElements($which, array &$values, $classes)
Check every element of the list if it is an instance of one of the given classes. ...