Searched refs:PropertyProperty (Results 1 – 6 of 6) sorted by relevance
11 class PropertyProperty extends PropertyItem { class
37 class_alias(PropertyItem::class, Stmt\PropertyProperty::class);
35 $this->assertTrue($node instanceof Stmt\PropertyProperty);62 $node = new Stmt\PropertyProperty('x');
37 * `Stmt\PropertyProperty::$name` (uses `VarLikeIdentifier`)
131 path: lib/PhpParser/Node/Stmt/PropertyProperty.php
288 * `Node\Stmt\PropertyProperty` is now `Node\PropertyItem` and no longer extends `Node\Stmt`.
Completed in 11 milliseconds