PHPStan\Reflection\Php\PhpPropertyReflection::__construct PHP Method

__construct() public method

public __construct ( ClassReflection $declaringClass, PHPStan\Type\Type $type, ReflectionProperty $reflection )
$declaringClass PHPStan\Reflection\ClassReflection
$type PHPStan\Type\Type
$reflection ReflectionProperty
    public function __construct(ClassReflection $declaringClass, Type $type, \ReflectionProperty $reflection)
    {
        $this->declaringClass = $declaringClass;
        $this->type = $type;
        $this->reflection = $reflection;
    }