HtmlModule
final class HtmlModule extends Module
Html tags module.
Properties
bool | $passComment |
Methods
HtmlElement|string|null
HtmlElement|string|null
HtmlElement|string|null
solveTag(HandlerInvocation $invocation, HtmlElement $el, bool $isStart, bool $forceEmpty = null)
Finish invocation.
string
Details
at line 26
__construct(Texy $texy)
No description
at line 51
HtmlElement|string|null
patternComment(LineParser $parser, array $matches)
Callback for: .
at line 62
HtmlElement|string|null
patternTag(LineParser $parser, array $matches)
Callback for:
at line 127
HtmlElement|string|null
solveTag(HandlerInvocation $invocation, HtmlElement $el, bool $isStart, bool $forceEmpty = null)
Finish invocation.
at line 278
string
solveComment(HandlerInvocation $invocation, string $content)
Finish invocation.