PHPStan\Reflection\MethodsClassReflectionExtension::getMethod PHP Method

getMethod() public method

public getMethod ( ClassReflection $classReflection, string $methodName ) : MethodReflection
$classReflection ClassReflection
$methodName string
return MethodReflection
    public function getMethod(ClassReflection $classReflection, string $methodName) : MethodReflection;
MethodsClassReflectionExtension