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
Показать файл
Открыть проект
Примеры использования класса
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$_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 |
|