Searched refs:staticCall (Results 1 – 6 of 6) sorted by relevance
13 // class name variations can be found in staticCall.test69 0: // class name variations can be found in staticCall.test
172 $factory->staticCall('\Foo', 'bar', [new Expr\Variable('baz')])180 $factory->staticCall(new Expr\Variable('foo'), new Expr\Variable('bar'))255 (new BuilderFactory())->staticCall('Foo', new Name('bar'));
290 public function staticCall($class, $name, array $args = []): Expr\StaticCall { function in PhpParser\\BuilderFactory
127 * `staticCall($class, $name, array $args = [])`: Create a static method call node. Converts
44 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:staticCall\\(\\) has parameter \\$args with no…
711 * `staticCall()`
Completed in 9 milliseconds