Home
last modified time | relevance | path

Searched refs:isProtected (Results 1 – 9 of 9) sorted by relevance

/PHP-Parser/test/PhpParser/Node/Stmt/
H A DPropertyTest.php24 $this->assertFalse($node->isProtected());
36 $this->assertFalse($node->isProtected());
H A DClassConstTest.php24 $this->assertFalse($node->isProtected());
H A DClassMethodTest.php26 $this->assertFalse($node->isProtected());
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClassConst.php56 public function isProtected(): bool { function in PhpParser\\Node\\Stmt\\ClassConst
H A DProperty.php58 public function isProtected(): bool { function in PhpParser\\Node\\Stmt\\Property
H A DClassMethod.php112 public function isProtected(): bool { function in PhpParser\\Node\\Stmt\\ClassMethod
/PHP-Parser/test/PhpParser/Node/
H A DParamTest.php14 $this->assertFalse($node->isProtected());
/PHP-Parser/lib/PhpParser/Node/
H A DParam.php78 public function isProtected(): bool { function in PhpParser\\Node\\Param
/PHP-Parser/
H A DCHANGELOG.md196 * Added `isPromoted()`, `isPublic()`, `isProtected()`, `isPrivate()` and `isReadonly()` methods
1045 holding the visibility modifier, as well as `isPublic()`, `isProtected()` and `isPrivate()`

Completed in 17 milliseconds