Compiler
Compiler
class Compiler
Compiles a node to PHP code.
Methods
__construct(array $functions) | ||
getFunction($name) | ||
string | getSource() Gets the current PHP code after compilation. | |
reset() | ||
$this | compile(Node $node) Compiles a node. | |
subcompile(登录查看完整内容
|