Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/Node/Stmt/
H A DInterfaceTest.php24 $this->assertSame($methods, $interface->getMethods());
H A DClassTest.php59 $this->assertSame($methods, $class->getMethods());
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClassLike.php83 public function getMethods(): array { function in PhpParser\\Node\\Stmt\\ClassLike
/PHP-Parser/test/PhpParser/Builder/
H A DTraitTest.php77 $this->assertSame($methods, $trait->getMethods());

Completed in 10 milliseconds