subcompile(Node $node) Parameters Node $node
Compiler string(string $value) Adds a quoted string to the compiled code. Parameters string $value The string Return Value Compiler The current compiler instance
reset()
Compiler repr(mixed $value) Returns a PHP representation of a given value. Parameters mixed $value The value to convert Return Value Compiler The current compiler instance
Compiler raw(string $string) Adds a raw string to the compiled code. Parameters string $string The string Return Value Compiler The current compiler instance
string getSource() Gets the current PHP code after compilation. Return Value string The PHP code
ServiceReferenceGraph getServiceReferenceGraph() Returns the ServiceReferenceGraph. Return Value ServiceReferenceGraph The ServiceReferenceGraph instance
PassConfig getPassConfig() Returns the PassConfig. Return Value PassConfig The PassConfig instance
LoggingFormatter getLoggingFormatter() Returns the logging formatter which can be used by compilation passes. Return Value LoggingFormatter
array getLog() Returns the log. Return Value array Log array
Page 641 of 787