PHPSA\Definition\RuntimeClassDefinition::getMethod PHP Method

getMethod() public method

public getMethod ( $name, boolean $inherit = false ) : ReflectionClassMethod
$name
$inherit boolean
return ReflectionClassMethod
    public function getMethod($name, $inherit = false)
    {
        return new ReflectionClassMethod($this->reflection->getMethod($name));
    }