final class PhraseModule extends Module

Phrases module.

Properties

$tags
bool $linksAllowed

Methods

__construct($texy)

No description

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

Callback for: .... .(title)[class]{style}:LINK.

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

Callback for: any^2 any_2.

string
patternNoTexy(LineParser $parser, array $matches)

No description

solve(HandlerInvocation $invocation, $phrase, $content, Modifier $mod, Link $link = null)

Finish invocation.

Details

at line 47
__construct($texy)

No description

Parameters

$texy

at line 237
HtmlElement|string|false patternPhrase(LineParser $parser, array $matches, $phrase)

Callback for: .... .(title)[class]{style}:LINK.

Parameters

LineParser $parser
array $matches
$phrase

Return Value

HtmlElement|string|false

at line 283
HtmlElement|string|false patternSupSub(LineParser $parser, array $matches, $phrase)

Callback for: any^2 any_2.

Parameters

LineParser $parser
array $matches
$phrase

Return Value

HtmlElement|string|false

at line 296
string patternNoTexy(LineParser $parser, array $matches)

No description

Parameters

LineParser $parser
array $matches

Return Value

string

at line 307
HtmlElement solve(HandlerInvocation $invocation, $phrase, $content, Modifier $mod, Link $link = null)

Finish invocation.

Parameters

HandlerInvocation $invocation
$phrase
$content
Modifier $mod
Link $link

Return Value

HtmlElement