Searched refs:propertyFetch (Results 1 – 4 of 4) sorted by relevance
234 $f->propertyFetch($f->var('foo'), 'bar')238 $f->propertyFetch($f->var('foo'), new Identifier('bar'))242 $f->propertyFetch($f->var('foo'), $f->var('bar'))
326 public function propertyFetch(Expr $var, $name): Expr\PropertyFetch { function in PhpParser\\BuilderFactory
134 * `propertyFetch($var, $name)`: Creates a property fetch node. Converts `$name` to an `Identifier`
668 * `propertyFetch()`
Completed in 13 milliseconds