PHPStan\Reflection\MethodsClassReflectionExtension::hasMethod PHP Method

hasMethod() public method

public hasMethod ( ClassReflection $classReflection, string $methodName ) : boolean
$classReflection ClassReflection
$methodName string
return boolean
    public function hasMethod(ClassReflection $classReflection, string $methodName) : bool;
MethodsClassReflectionExtension