Basho\Riak\Command\Builder\StoreObject::withDecodeAsAssociative PHP 메소드

withDecodeAsAssociative() 공개 메소드

Only works if the fetched object type is JSON.
    public function withDecodeAsAssociative()
    {
        $this->decodeAsAssociative = true;
        return $this;
    }