HtmlModule
final class HtmlModule extends Module
Html tags module.
Properties
bool | $passComment |
Methods
__construct($texy)
No description
HtmlElement|string|false
HtmlElement|string|false
HtmlElement|string|false
solveTag(HandlerInvocation $invocation, HtmlElement $el, $isStart, $forceEmpty = null)
Finish invocation.
string
Details
at line 24
__construct($texy)
No description
at line 49
HtmlElement|string|false
patternComment(LineParser $parser, array $matches)
Callback for: .
at line 60
HtmlElement|string|false
patternTag(LineParser $parser, array $matches)
Callback for:
at line 125
HtmlElement|string|false
solveTag(HandlerInvocation $invocation, HtmlElement $el, $isStart, $forceEmpty = null)
Finish invocation.
at line 277
string
solveComment(HandlerInvocation $invocation, $content)
Finish invocation.