Home
last modified time | relevance | path

Searched refs:isReadonly (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/test/PhpParser/Node/Stmt/
H A DPropertyTest.php27 $this->assertFalse($node->isReadonly());
39 $this->assertFalse($node->isReadonly());
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClass_.php80 public function isReadonly(): bool { function in PhpParser\\Node\\Stmt\\Class_
H A DProperty.php79 public function isReadonly(): bool { function in PhpParser\\Node\\Stmt\\Property
/PHP-Parser/test/PhpParser/Node/
H A DParamTest.php16 $this->assertFalse($node->isReadonly());
/PHP-Parser/lib/PhpParser/Node/
H A DParam.php86 public function isReadonly(): bool { function in PhpParser\\Node\\Param
/PHP-Parser/
H A DCHANGELOG.md196 * Added `isPromoted()`, `isPublic()`, `isProtected()`, `isPrivate()` and `isReadonly()` methods

Completed in 11 milliseconds