RenrenRestApiService::setConfigToMapping PHP 메소드

setConfigToMapping() 개인적인 메소드

Setting mapping value
private setConfigToMapping ( ) : RenRenClient
리턴 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;
    }