Compiler
class Compiler implements ResetInterface
Compiles a node to PHP code.
Methods
__construct(array $functions)
No description
getFunction($name)
No description
string
getSource()
Gets the current PHP code after compilation.
reset()
No description
$this
raw(string $string)
Adds a raw string to the compiled code.
$this
string(string $value)
Adds a quoted string to the compiled code.
$this
repr(mixed $value)
Returns a PHP representation of a given value.