mini\Html\Element::matchesCompound() Method

private

Signature

private function matchesCompound(array $compound): bool

Parameters

Name Type Default Description
$compound array required Documentation missing

Returns

bool

Documentation

Test if this element matches all simple selectors in a compound.

Source

src/Html/Element.php:316-358