final class TexyPhraseModule extends TexyModule

Phrases module.

Properties

$tags
bool $linksAllowed

Methods

__construct($texy)

No description

TexyHtml|string|false
patternPhrase($parser, $matches, $phrase)

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

TexyHtml|string|false
patternSupSub($parser, $matches, $phrase)

Callback for: any^2 any_2.

string
patternNoTexy($parser, $matches)

No description

solve($invocation, $phrase, $content, $mod, $link)

Finish invocation.

Details

at line 41
__construct($texy)

No description

Parameters

$texy

at line 227
TexyHtml|string|false patternPhrase($parser, $matches, $phrase)

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

Parameters

$parser
$matches
$phrase

Return Value

TexyHtml|string|false

at line 277
TexyHtml|string|false patternSupSub($parser, $matches, $phrase)

Callback for: any^2 any_2.

Parameters

$parser
$matches
$phrase

Return Value

TexyHtml|string|false

at line 293
string patternNoTexy($parser, $matches)

No description

Parameters

$parser
$matches

Return Value

string

at line 310
TexyHtml solve($invocation, $phrase, $content, $mod, $link)

Finish invocation.

Parameters

$invocation
$phrase
$content
$mod
$link

Return Value

TexyHtml