Searched refs:isProtected (Results 1 – 9 of 9) sorted by relevance
24 $this->assertFalse($node->isProtected());36 $this->assertFalse($node->isProtected());
24 $this->assertFalse($node->isProtected());
26 $this->assertFalse($node->isProtected());
56 public function isProtected(): bool { function in PhpParser\\Node\\Stmt\\ClassConst
58 public function isProtected(): bool { function in PhpParser\\Node\\Stmt\\Property
112 public function isProtected(): bool { function in PhpParser\\Node\\Stmt\\ClassMethod
14 $this->assertFalse($node->isProtected());
78 public function isProtected(): bool { function in PhpParser\\Node\\Param
203 * Added `isPromoted()`, `isPublic()`, `isProtected()`, `isPrivate()` and `isReadonly()` methods1052 holding the visibility modifier, as well as `isPublic()`, `isProtected()` and `isPrivate()`
Completed in 14 milliseconds