PHPStan\Reflection\ClassReflection::__construct PHP Method

__construct() public method

public __construct ( Broker $broker, array $propertiesClassReflectionExtensions, array $methodsClassReflectionExtensions, ReflectionClass $reflection )
$broker PHPStan\Broker\Broker
$propertiesClassReflectionExtensions array
$methodsClassReflectionExtensions array
$reflection ReflectionClass
    public function __construct(Broker $broker, array $propertiesClassReflectionExtensions, array $methodsClassReflectionExtensions, \ReflectionClass $reflection)
    {
        $this->broker = $broker;
        $this->propertiesClassReflectionExtensions = $propertiesClassReflectionExtensions;
        $this->methodsClassReflectionExtensions = $methodsClassReflectionExtensions;
        $this->reflection = $reflection;
    }