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
solveTag($invocation, TexyHtml $el, $isStart, $forceEmpty = NULL)

Finish invocation.

string
solveComment($invocation, $content)

Finish invocation.

Details

at line 18
__construct($texy)

No description

Parameters

$texy

at line 47
TexyHtml|string|false patternComment($parser, $matches)

Callback for: .

Parameters

$parser
$matches

Return Value

TexyHtml|string|false

at line 62
TexyHtml|string|false patternTag($parser, $matches)

Callback for: .

Parameters

$parser
$matches

Return Value

TexyHtml|string|false

at line 134
TexyHtml|string|false solveTag($invocation, TexyHtml $el, $isStart, $forceEmpty = NULL)

Finish invocation.

Parameters

$invocation
TexyHtml $el
$isStart
$forceEmpty

Return Value

TexyHtml|string|false

at line 285
string solveComment($invocation, $content)

Finish invocation.

Parameters

$invocation
$content

Return Value

string