Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/Node/
H A DParamTest.php13 $this->assertFalse($node->isPrivate());
15 $this->assertFalse($node->isPrivate());
/PHP-Parser/test/PhpParser/Node/Stmt/
H A DPropertyTest.php25 $this->assertFalse($node->isPrivate());
37 $this->assertFalse($node->isPrivate());
H A DClassConstTest.php25 $this->assertFalse($node->isPrivate());
H A DClassMethodTest.php27 $this->assertFalse($node->isPrivate());
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClassConst.php63 public function isPrivate(): bool { function in PhpParser\\Node\\Stmt\\ClassConst
H A DProperty.php65 public function isPrivate(): bool { function in PhpParser\\Node\\Stmt\\Property
H A DClassMethod.php119 public function isPrivate(): bool { function in PhpParser\\Node\\Stmt\\ClassMethod
/PHP-Parser/lib/PhpParser/Node/
H A DParam.php82 public function isPrivate(): bool { function in PhpParser\\Node\\Param
/PHP-Parser/
H A DCHANGELOG.md180 * Added `isPromoted()`, `isPublic()`, `isProtected()`, `isPrivate()` and `isReadonly()` methods
1029 holding the visibility modifier, as well as `isPublic()`, `isProtected()` and `isPrivate()`

Completed in 14 milliseconds