PHP Class 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.
Datei anzeigen
Open project: ThomasWeinert/PhpCss
Public Methods
Private Methods
Method |
Description |
|
_delegate ( Token[] &$target, Status $status ) : Scanner |
Got new status, delegate to subscanner. |
|
_next ( ) : Token | null |
Get next token |
|
Method Details
__construct()
public method
Constructor, set status object
public __construct ( Status $status ) |
$status |
PhpCss\Scanner\Status |
|