Home
last modified time | relevance | path

Searched refs:methodCall (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php146 $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'))
/PHP-Parser/lib/PhpParser/
H A DBuilderFactory.php275 public function methodCall(Expr $var, $name, array $args = []): Expr\MethodCall { function in PhpParser\\BuilderFactory
/PHP-Parser/doc/component/
H A DAST_builders.markdown125 * `methodCall(Expr $var, $name, array $args = [])`: Create a method call node. Converts `$name` to
/PHP-Parser/
H A Dphpstan-baseline.neon34 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:methodCall\\(\\) has parameter \\$args with no…
H A DCHANGELOG.md710 * `methodCall()`

Completed in 14 milliseconds