PHP 클래스 PhpCss\Exception\Parser
A parse error occurs if certain tokens are expected for further parsing, but
none of them are found on the token stream
파일 보기
프로젝트 열기: ThomasWeinert/PhpCss
1 사용 예제들
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$_expectedTokens |
array(PhpCss\Scanner\Token) |
An array of tokens which would have been expected to be found. |
|
공개 메소드들
메소드 상세
프로퍼티 상세
$_expectedTokens 보호되어 있는 프로퍼티
An array of tokens which would have been expected to be found.
protected array(PhpCss\Scanner\Token) $_expectedTokens |
리턴 |
array(PhpCss\Scanner\Token) |
|