PHP Класс PhpCss\Scanner
The actual result depends on the status, the status
class does the actual token matching and generation, the scanner handles, to loops and
delegations.
Показать файл
Открыть проект
Открытые методы
Приватные методы
Метод |
Описание |
|
_delegate ( Token[] &$target, Status $status ) : Scanner |
Got new status, delegate to subscanner. |
|
_next ( ) : Token | null |
Get next token |
|
Описание методов
__construct()
публичный Метод
Constructor, set status object
public __construct ( Status $status ) |
$status |
PhpCss\Scanner\Status |
|