PHP 클래스 mageekguy\atoum\php\tokenizer

상속: implements iteratorAggregate
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$iterator

공개 메소드들

메소드 설명
__construct ( )
getIterator ( )
resetIterator ( )
tokenize ( $string )

비공개 메소드들

메소드 설명
appendArray ( )
appendCommentAndWhitespace ( )
appendConstant ( )
appendFunction ( )
appendImportation ( )
appendNamespace ( )
nextTokenIs ( $tokenName, array $skipedTags = [T_WHITESPACE, T_COMMENT, T_INLINE_HTML] )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getIterator() 공개 메소드

public getIterator ( )

resetIterator() 공개 메소드

public resetIterator ( )

tokenize() 공개 메소드

public tokenize ( $string )

프로퍼티 상세

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

protected $iterator