Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/Node/
H A DParamTest.php19 $this->assertFalse($node->isPrivateSet());
44 $this->assertTrue($node->isPrivateSet());
/PHP-Parser/test/PhpParser/Node/Stmt/
H A DPropertyTest.php30 $this->assertFalse($node->isPrivateSet());
54 $this->assertTrue($node->isPrivateSet());
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DProperty.php100 public function isPrivateSet(): bool { function in PhpParser\\Node\\Stmt\\Property
/PHP-Parser/lib/PhpParser/Node/
H A DParam.php107 public function isPrivateSet(): bool { function in PhpParser\\Node\\Param

Completed in 5 milliseconds