RenrenRestApiService::setConfigToMapping PHP Method

setConfigToMapping() private method

Setting mapping value
private setConfigToMapping ( ) : RenRenClient
return RenRenClient
    private function setConfigToMapping()
    {
        $this->_keyMapping['api_key'] = $this->_config->APIKey;
        $this->_keyMapping['method'] = $this->_currentMethod;
        $this->_keyMapping['v'] = $this->_config->APIVersion;
        $this->_keyMapping['format'] = $this->_config->decodeFormat;
        return $this;
    }