Basho\Riak\Command\Builder\StoreObject::getDecodeAsAssociative PHP Метод

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

Fetch the setting for decodeAsAssociative.
public getDecodeAsAssociative ( ) : boolean
Результат boolean
    public function getDecodeAsAssociative()
    {
        return $this->decodeAsAssociative;
    }