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

getDecodeAsAssociative() 공개 메소드

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