NewObjectExpression
class NewObjectExpression extends Node (View source)
NewObjectExpression ::= "NEW" IdentificationVariable "(" NewObjectArg {"," NewObjectArg}* ")"
Properties
string | $className | ||
array | $args |
Methods
string
dispatch($sqlWalker)
Double-dispatch method, supposed to dispatch back to the walker.
string
__toString()
Dumps the AST Node into a string representation for information purpose only.
from Node
__construct(string $className, array $args)
No description
Details
at line 54
string
dispatch($sqlWalker)
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
string
__toString()
Dumps the AST Node into a string representation for information purpose only.