Home
last modified time | relevance | path

Searched refs:isProtectedSet (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/test/PhpParser/Node/
H A DParamTest.php18 $this->assertFalse($node->isProtectedSet());
46 $this->assertTrue($node->isProtectedSet());
/PHP-Parser/test/PhpParser/Node/Stmt/
H A DPropertyTest.php29 $this->assertFalse($node->isProtectedSet());
56 $this->assertTrue($node->isProtectedSet());
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DProperty.php93 public function isProtectedSet(): bool { function in PhpParser\\Node\\Stmt\\Property
/PHP-Parser/lib/PhpParser/Node/
H A DParam.php100 public function isProtectedSet(): bool { function in PhpParser\\Node\\Param

Completed in 6 milliseconds