Searched refs:classConstFetch (Results 1 – 4 of 4) sorted by relevance
206 $factory->classConstFetch('Foo', 'BAR')210 $factory->classConstFetch(new Expr\Variable('foo'), 'BAR')214 $factory->classConstFetch('Foo', $factory->var('foo'))249 (new BuilderFactory())->classConstFetch('Foo', new Name('foo'));
336 public function classConstFetch($class, $name): Expr\ClassConstFetch { function in PhpParser\\BuilderFactory
132 * `classConstFetch($class, $name)`: Create a class constant fetch node. Converts `$class` to a
714 * `classConstFetch()`
Completed in 10 milliseconds