Basho\Riak\Command\Builder\FetchObject::withDecodeAsAssociative PHP Метод

withDecodeAsAssociative() публичный Метод

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