Basho\Riak\Command\Builder\StoreObject::getDecodeAsAssociative PHP Method

getDecodeAsAssociative() public method

Fetch the setting for decodeAsAssociative.
public getDecodeAsAssociative ( ) : boolean
return boolean
    public function getDecodeAsAssociative()
    {
        return $this->decodeAsAssociative;
    }