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

__construct() public method

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