HtmlModule
final class HtmlModule extends Module
Html tags module.
Properties
$passComment | pass HTML comments to output? |
Methods
HtmlElement|string|null
HtmlElement|string|null
HtmlElement|string|null
solveTag(HandlerInvocation $invocation, HtmlElement $el, bool $isStart, bool|null $forceEmpty = null)
Finish invocation.
string
Details
at line 26
__construct(Texy $texy)
No description
at line 50
HtmlElement|string|null
patternComment(LineParser $parser, array $matches)
Callback for: .
at line 60
HtmlElement|string|null
patternTag(LineParser $parser, array $matches)
Callback for:
at line 104
HtmlElement|string|null
solveTag(HandlerInvocation $invocation, HtmlElement $el, bool $isStart, bool|null $forceEmpty = null)
Finish invocation.
at line 159
string
solveComment(HandlerInvocation $invocation, string $content)
Finish invocation.