Basho\Riak\Command\DataType\Hll\Fetch::__construct PHP Method

__construct() public method

public __construct ( Basho\Riak\Command\Builder\FetchHll $builder )
$builder Basho\Riak\Command\Builder\FetchHll
    public function __construct(Command\Builder\FetchHll $builder)
    {
        parent::__construct($builder);
        $this->bucket = $builder->getBucket();
        $this->location = $builder->getLocation();
    }