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.
Afficher le fichier
Open project: ThomasWeinert/PhpCss
Méthodes publiques
Private Methods
Méthode |
Description |
|
_delegate ( Token[] &$target, Status $status ) : Scanner |
Got new status, delegate to subscanner. |
|
_next ( ) : Token | null |
Get next token |
|
Method Details
__construct()
public méthode
Constructor, set status object
public __construct ( Status $status ) |
$status |
PhpCss\Scanner\Status |
|