PHP Class Texy\BlockParser

Inheritance: extends Parser
Afficher le fichier Open project: dg/texy Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Texy $texy, HtmlElement $element, $indented )
isIndented ( )
moveBackward ( $linesCount = 1 )
next ( $pattern, &$matches ) if succesfull, increments current position and returns TRUE
parse ( $text ) : void

Method Details

__construct() public méthode

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

isIndented() public méthode

public isIndented ( )

moveBackward() public méthode

public moveBackward ( $linesCount = 1 )

next() public méthode

if succesfull, increments current position and returns TRUE
public next ( $pattern, &$matches )

parse() public méthode

public parse ( $text ) : void
Résultat void