$finder
$finder :
Match defining a `TagAttributeFinder` match.
__construct(\DevOwl\FastHtmlTag\finder\TagAttributeFinder $finder,string $originalMatch,string $tag,array $attributes,string $beforeLinkAttribute,string $afterLink,string $linkAttribute)
C'tor.
\DevOwl\FastHtmlTag\finder\TagAttributeFinder | $finder | |
string | $originalMatch | |
string | $tag | |
array | $attributes | |
string | $beforeLinkAttribute | |
string | $afterLink | |
string | $linkAttribute |
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
getFinder(): \DevOwl\FastHtmlTag\finder\TagAttributeFinder
Getter.