Home
last modified time | relevance | path

Searched refs:getMethod (Results 1 – 2 of 2) sorted by relevance

/PHP-Parser/test/PhpParser/Node/Stmt/
H A DClassTest.php134 $this->assertSame($methodConstruct, $class->getMethod('__construct'));
135 $this->assertSame($methodTest, $class->getMethod('test'));
136 $this->assertNull($class->getMethod('nonExisting'));
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClassLike.php100 public function getMethod(string $name): ?ClassMethod { function in PhpParser\\Node\\Stmt\\ClassLike

Completed in 8 milliseconds