Lines Matching refs:Modifiers
7 use PhpParser\Modifiers; alias
34 Modifiers::PRIVATE | Modifiers::STATIC,
47 Modifiers::PROTECTED,
60 Modifiers::PUBLIC,
73 Modifiers::READONLY,
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')]),
113 Modifiers::PUBLIC,
149 Modifiers::PUBLIC,
171 Modifiers::ABSTRACT,