PHPStan\Reflection\PropertiesClassReflectionExtension::getProperty PHP Method

getProperty() public method

public getProperty ( ClassReflection $classReflection, string $propertyName ) : PHPStan\Reflection\PropertyReflection
$classReflection ClassReflection
$propertyName string
return PHPStan\Reflection\PropertyReflection
    public function getProperty(ClassReflection $classReflection, string $propertyName) : PropertyReflection;
PropertiesClassReflectionExtension