final class HtmlModule extends Module

Html tags module.

Properties

bool $passComment

Methods

__construct($texy)

No description

HtmlElement|string|false
patternComment(LineParser $parser, array $matches)

Callback for: .

HtmlElement|string|false
patternTag(LineParser $parser, array $matches)

Callback for: .

HtmlElement|string|false
solveTag(HandlerInvocation $invocation, HtmlElement $el, $isStart, $forceEmpty = null)

Finish invocation.

string
solveComment(HandlerInvocation $invocation, $content)

Finish invocation.

Details

at line 24
__construct($texy)

No description

Parameters

$texy

at line 49
HtmlElement|string|false patternComment(LineParser $parser, array $matches)

Callback for: .

Parameters

LineParser $parser
array $matches

Return Value

HtmlElement|string|false

at line 60
HtmlElement|string|false patternTag(LineParser $parser, array $matches)

Callback for: .

Parameters

LineParser $parser
array $matches

Return Value

HtmlElement|string|false

at line 125
HtmlElement|string|false solveTag(HandlerInvocation $invocation, HtmlElement $el, $isStart, $forceEmpty = null)

Finish invocation.

Parameters

HandlerInvocation $invocation
HtmlElement $el
$isStart
$forceEmpty

Return Value

HtmlElement|string|false

at line 277
string solveComment(HandlerInvocation $invocation, $content)

Finish invocation.

Parameters

HandlerInvocation $invocation
$content

Return Value

string