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