Class TexyHtmlModule
Html tags module.
TexyObject | --TexyModule | --TexyHtmlModule
| Constructor Summary | |
|---|---|
| public |
__construct
($texy)
|
| Method Summary | |
|---|---|
| TexyHtml|string|FALSE |
patternComment
(TexyLineParser $parser, array $matches, string 2)
Callback for: <!-- comment -->.
|
| TexyHtml|string|FALSE |
patternTag
(TexyLineParser $parser, array $matches, string 2)
Callback for: <tag attr="...">.
|
| string |
solveComment
(TexyHandlerInvocation $invocation, string $content)
Finish invocation.
|
| TexyHtml|string|FALSE |
solveTag
(TexyHandlerInvocation $invocation, TexyHtml $el, bool $isStart, [bool $forceEmpty =
NULL])
Finish invocation.
|
| Variable Summary | ||||
|---|---|---|---|---|
| bool | $passComment | TRUE |
line 23 pass HTML comments to output? |
|
| Constructor Details | ||||||
|---|---|---|---|---|---|---|
|
line 27 __constructpublic __construct ($texy)
|
||||||
| Method Details | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 57 patternCommentpublic TexyHtml|string|FALSE patternComment (TexyLineParser $parser, array $matches, string 2) Callback for: <!-- comment -->.
|
|||||||||||||||||||||
|
line 73 patternTagpublic TexyHtml|string|FALSE patternTag (TexyLineParser $parser, array $matches, string 2) Callback for: <tag attr="...">.
|
|||||||||||||||||||||
|
line 270 solveCommentpublic string solveComment (TexyHandlerInvocation $invocation, string $content) Finish invocation.
|
|||||||||||||||||||||
|
line 142 solveTagpublic TexyHtml|string|FALSE solveTag (TexyHandlerInvocation $invocation, TexyHtml $el, bool $isStart, [bool $forceEmpty = Finish invocation.
|
|||||||||||||||||||||