TexyHtmlModule
final class TexyHtmlModule extends TexyModule
Html tags module.
Properties
bool | $passComment |
Methods
__construct($texy)
No description
TexyHtml|string|false
patternComment($parser, $matches)
Callback for: .
TexyHtml|string|false
patternTag($parser, $matches)
Callback for:
TexyHtml|string|false
string
solveComment($invocation, $content)
Finish invocation.
Details
at line 18
__construct($texy)
No description
at line 47
TexyHtml|string|false
patternComment($parser, $matches)
Callback for: .
at line 62
TexyHtml|string|false
patternTag($parser, $matches)
Callback for:
at line 134
TexyHtml|string|false
solveTag($invocation, TexyHtml $el, $isStart, $forceEmpty = NULL)
Finish invocation.
at line 285
string
solveComment($invocation, $content)
Finish invocation.