Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClassLike.php48 public function getProperties(): array { function in PhpParser\\Node\\Stmt\\ClassLike
/PHP-Parser/test/PhpParser/Builder/
H A DTraitTest.php95 $this->assertSame($properties, $trait->getProperties());
/PHP-Parser/test/PhpParser/Node/Stmt/
H A DClassTest.php94 $this->assertSame($properties, $class->getProperties());
/PHP-Parser/
H A DCHANGELOG.md563 * Added getProperties(), getConstants() and getTraitUses() to ClassLike. (#629, #630)

Completed in 8 milliseconds