PhraseModule
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
string
solve(HandlerInvocation $invocation, $phrase, $content, Modifier $mod, Link $link = NULL)
Finish invocation.
Details
at line 48
__construct($texy)
No description
at line 231
HtmlElement|string|false
patternPhrase(LineParser $parser, array $matches, $phrase)
Callback for: .... .(title)[class]{style}:LINK.
at line 277
HtmlElement|string|false
patternSupSub(LineParser $parser, array $matches, $phrase)
Callback for: any^2 any_2.
at line 290
string
patternNoTexy(LineParser $parser, array $matches)
No description
at line 301
HtmlElement
solve(HandlerInvocation $invocation, $phrase, $content, Modifier $mod, Link $link = NULL)
Finish invocation.