Lines Matching refs:PropertyItem
15 use PhpParser\Node\PropertyItem; alias
35 [new PropertyItem('test')]
48 [new PropertyItem('test')]
61 [new PropertyItem('test')]
74 [new PropertyItem('test')]
83 new Stmt\Property(Modifiers::FINAL, [new PropertyItem('test')]),
90 new Stmt\Property(Modifiers::PRIVATE_SET, [new PropertyItem('test')]),
97 new Stmt\Property(Modifiers::PROTECTED_SET, [new PropertyItem('test')]),
115 new \PhpParser\Node\PropertyItem('test')
151 new \PhpParser\Node\PropertyItem('test')
172 [new PropertyItem('test')],