final class BlockModule extends Module

Special blocks module.

Methods

__construct($texy)

No description

void
beforeBlockParse(BlockParser $parser, $text)

Single block pre-processing.

HtmlElement|string|false
pattern(BlockParser $parser, array $matches)

Callback for:.

outdent($s)

No description

HtmlElement|string|false
solve(HandlerInvocation $invocation, $blocktype, $s, $param, Modifier $mod)

Finish invocation.

Details

at line 20
__construct($texy)

No description

Parameters

$texy

at line 49
void beforeBlockParse(BlockParser $parser, $text)

Single block pre-processing.

Parameters

BlockParser $parser
$text

Return Value

void

at line 69
HtmlElement|string|false pattern(BlockParser $parser, array $matches)

Callback for:.

/-----code html .(title)[class]{style} .... .... ----

Parameters

BlockParser $parser
array $matches

Return Value

HtmlElement|string|false

at line 87
outdent($s)

No description

Parameters

$s

at line 98
HtmlElement|string|false solve(HandlerInvocation $invocation, $blocktype, $s, $param, Modifier $mod)

Finish invocation.

Parameters

HandlerInvocation $invocation
$blocktype
$s
$param
Modifier $mod

Return Value

HtmlElement|string|false