PHP 클래스 Texy\BlockParser

상속: extends Parser
파일 보기 프로젝트 열기: dg/texy 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Texy $texy, HtmlElement $element, $indented )
isIndented ( )
moveBackward ( $linesCount = 1 )
next ( $pattern, &$matches ) if succesfull, increments current position and returns TRUE
parse ( $text ) : void

메소드 상세

__construct() 공개 메소드

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

isIndented() 공개 메소드

public isIndented ( )

moveBackward() 공개 메소드

public moveBackward ( $linesCount = 1 )

next() 공개 메소드

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

parse() 공개 메소드

public parse ( $text ) : void
리턴 void