Home
last modified time | relevance | path

Searched refs:propertyFetch (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php234 $f->propertyFetch($f->var('foo'), 'bar')
238 $f->propertyFetch($f->var('foo'), new Identifier('bar'))
242 $f->propertyFetch($f->var('foo'), $f->var('bar'))
/PHP-Parser/lib/PhpParser/
H A DBuilderFactory.php326 public function propertyFetch(Expr $var, $name): Expr\PropertyFetch { function in PhpParser\\BuilderFactory
/PHP-Parser/doc/component/
H A DAST_builders.markdown134 * `propertyFetch($var, $name)`: Creates a property fetch node. Converts `$name` to an `Identifier`
/PHP-Parser/
H A DCHANGELOG.md668 * `propertyFetch()`

Completed in 13 milliseconds