Basho\Riak\Command\Builder\ObjectTrait::withObject PHP Method

withObject() public method

Attach an already instantiated Object to the Command
public withObject ( Object $object )
$object Basho\Riak\Object
    public function withObject(RObject $object)
    {
        $this->object = $object;
        return $this;
    }