PHP 클래스 Gitonomy\Git\Parser\ParserBase

파일 보기 프로젝트 열기: gitonomy/gitlib

보호된 프로퍼티들

프로퍼티 타입 설명
$content
$cursor
$length

공개 메소드들

메소드 설명
parse ( $content )

보호된 메소드들

메소드 설명
consume ( $expected )
consumeAll ( )
consumeGPGSignature ( ) : string
consumeHash ( )
consumeNewLine ( )
consumeRegexp ( $regexp )
consumeShortHash ( )
consumeTo ( $text )
doParse ( )
expects ( $expected )
isFinished ( )

메소드 상세

consume() 보호된 메소드

protected consume ( $expected )

consumeAll() 보호된 메소드

protected consumeAll ( )

consumeGPGSignature() 보호된 메소드

protected consumeGPGSignature ( ) : string
리턴 string

consumeHash() 보호된 메소드

protected consumeHash ( )

consumeNewLine() 보호된 메소드

protected consumeNewLine ( )

consumeRegexp() 보호된 메소드

protected consumeRegexp ( $regexp )

consumeShortHash() 보호된 메소드

protected consumeShortHash ( )

consumeTo() 보호된 메소드

protected consumeTo ( $text )

doParse() 추상적인 보호된 메소드

abstract protected doParse ( )

expects() 보호된 메소드

protected expects ( $expected )

isFinished() 보호된 메소드

protected isFinished ( )

parse() 공개 메소드

public parse ( $content )

프로퍼티 상세

$content 보호되어 있는 프로퍼티

protected $content

$cursor 보호되어 있는 프로퍼티

protected $cursor

$length 보호되어 있는 프로퍼티

protected $length