PHP 클래스 PhpCss\Exception\Token

A parse error occurs if certain tokens are expected for further parsing, but none of them are found on the token stream
상속: extends Parser
파일 보기 프로젝트 열기: ThomasWeinert/PhpCss 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_encounteredToken PhpCss\Scanner\Token This is the token object which was not expected to be found at the given position.

공개 메소드들

메소드 설명
__construct ( Token $token, $message )
getToken ( ) : Token Return the token that triggered the exception

메소드 상세

__construct() 공개 메소드

public __construct ( Token $token, $message )
$token PhpCss\Scanner\Token

getToken() 공개 메소드

Return the token that triggered the exception
public getToken ( ) : Token
리턴 PhpCss\Scanner\Token

프로퍼티 상세

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

This is the token object which was not expected to be found at the given position.
protected Token,PhpCss\Scanner $_encounteredToken
리턴 PhpCss\Scanner\Token