class BlockParser extends Parser

Parser for block structures.

Methods

__construct(Texy $texy, HtmlElement $element, $indented)

No description

isIndented()

No description

next($pattern, $matches)

No description

moveBackward($linesCount = 1)

No description

void
parse($text)

No description

Details

at line 26
__construct(Texy $texy, HtmlElement $element, $indented)

No description

Parameters

Texy $texy
HtmlElement $element
$indented

at line 35
isIndented()

No description

at line 43
next($pattern, $matches)

No description

Parameters

$pattern
$matches

at line 65
moveBackward($linesCount = 1)

No description

Parameters

$linesCount

at line 84
void parse($text)

No description

Parameters

$text

Return Value

void