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

__construct() public method

public __construct ( PHPStan\Reflection\Php\PhpMethodReflectionFactory $methodReflectionFactory, FileTypeMapper $fileTypeMapper )
$methodReflectionFactory PHPStan\Reflection\Php\PhpMethodReflectionFactory
$fileTypeMapper PHPStan\Type\FileTypeMapper
    public function __construct(PhpMethodReflectionFactory $methodReflectionFactory, FileTypeMapper $fileTypeMapper)
    {
        $this->methodReflectionFactory = $methodReflectionFactory;
        $this->fileTypeMapper = $fileTypeMapper;
    }