RenrenRestApiService::GET PHP Method

GET() public method

GET wrapper
public GET ( ) : mixed
return mixed
    public function GET()
    {
        $args = func_get_args();
        $this->_currentMethod = trim($args[0]);
        #Method
        $this->paramsMerge($args[1])->getCallId()->setConfigToMapping()->generateSignature();
        #Invoke
        unset($args);
        return $this->_GET($this->_config->APIURL, $this->_params);
    }