BlockParser
class BlockParser extends Parser
Parser for block structures.
Properties
$patterns |
Methods
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
at line 37
bool
isIndented()
No description
at line 45
bool
next(string $pattern, $matches)
No description
at line 72
void
moveBackward(int $linesCount = 1)
No description
at line 87
void
parse(string $text)
No description