BaseConfiguratorReader
class BaseConfiguratorReader
Class BaseConfiguratorReader - base methods for loading resources from plugins
Properties
| protected | $tokens | ||
| protected | $line |
Methods
setCode(array $tokens, int $line = 0)
Sets the code to manipulate.
mixed
next()
Gets the next token.
mixed
peek(int $nb = 1)
Peeks the next token.
mixed
value(mixed $token)
Gets a value of a token
Details
at line 26
protected
setCode(array $tokens, int $line = 0)
Sets the code to manipulate.
at line 36
protected mixed
next()
Gets the next token.
at line 56
protected mixed
peek(int $nb = 1)
Peeks the next token.
at line 78
protected mixed
value(mixed $token)
Gets a value of a token