PHPSA\Definition\RuntimeClassDefinition::getMethod PHP 메소드

getMethod() 공개 메소드

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