Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/Node/
H A DParamTest.php17 $this->assertFalse($node->isPublicSet());
48 $this->assertTrue($node->isPublicSet());
/PHP-Parser/test/PhpParser/Node/Stmt/
H A DPropertyTest.php28 $this->assertFalse($node->isPublicSet());
58 $this->assertTrue($node->isPublicSet());
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DProperty.php86 public function isPublicSet(): bool { function in PhpParser\\Node\\Stmt\\Property
/PHP-Parser/lib/PhpParser/Node/
H A DParam.php93 public function isPublicSet(): bool { function in PhpParser\\Node\\Param

Completed in 7 milliseconds