Searched refs:methodCall (Results 1 – 5 of 5) sorted by relevance
146 $factory->methodCall(new Expr\Variable('obj'), 'method', [42])154 $factory->methodCall(new Expr\Variable('obj'), new Identifier('method'))162 $factory->methodCall(new Expr\Variable('obj'), new Expr\Variable('method'))
275 public function methodCall(Expr $var, $name, array $args = []): Expr\MethodCall { function in PhpParser\\BuilderFactory
125 * `methodCall(Expr $var, $name, array $args = [])`: Create a method call node. Converts `$name` to
34 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:methodCall\\(\\) has parameter \\$args with no…
710 * `methodCall()`
Completed in 17 milliseconds