PHPStan\Reflection\PropertiesClassReflectionExtension::hasProperty PHP Method

hasProperty() public method

public hasProperty ( ClassReflection $classReflection, string $propertyName ) : boolean
$classReflection ClassReflection
$propertyName string
return boolean
    public function hasProperty(ClassReflection $classReflection, string $propertyName) : bool;
PropertiesClassReflectionExtension