class BlockParser extends Parser

Parser for block structures.

Methods

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

No description

bool
isIndented()

No description

bool
next(string $pattern, $matches)

No description

void
moveBackward(int $linesCount = 1)

No description

void
parse(string $text)

No description

Details

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

No description

Parameters

Texy $texy
HtmlElement $element
bool $indented

at line 37
bool isIndented()

No description

Return Value

bool

at line 45
bool next(string $pattern, $matches)

No description

Parameters

string $pattern
$matches

Return Value

bool

at line 68
void moveBackward(int $linesCount = 1)

No description

Parameters

int $linesCount

Return Value

void

at line 83
void parse(string $text)

No description

Parameters

string $text

Return Value

void