$finder
$finder :
Abstract match defining a `AbstractFinder` match.
__construct(\DevOwl\FastHtmlTag\finder\AbstractFinder $finder,string $originalMatch,string $tag,array $attributes)
C'tor.
\DevOwl\FastHtmlTag\finder\AbstractFinder | $finder | |
string | $originalMatch | |
string | $tag | |
array | $attributes |
calculateUniqueKey(array<mixed,string> $idKeys = array('id'),array<mixed,string[]> $looseAttributes = array()): string|null
Calculate a unique key for this match.
array<mixed,string> | $idKeys | Consider ID keys as unique (ordered by priority) |
array<mixed,string[]> | $looseAttributes |
Can return null
if we cannot calculate a unique key for this container