final class TexyScriptModule extends TexyModule

Scripts module.

Properties

callable|object $handler
string $separator

Methods

__construct($texy)

No description

TexyHtml|string|false
pattern($parser, $matches)

Callback for: {{...}}.

TexyHtml|string|false
solve($invocation, $cmd, $args, $raw)

Finish invocation.

Details

at line 25
__construct($texy)

No description

Parameters

$texy

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

Callback for: {{...}}.

Parameters

$parser
$matches

Return Value

TexyHtml|string|false

at line 95
TexyHtml|string|false solve($invocation, $cmd, $args, $raw)

Finish invocation.

Parameters

$invocation
$cmd
$args
$raw

Return Value

TexyHtml|string|false