Esempio n. 1
0
 /**
  * Generate the XML by using the specified API and the service object
  * @return MAL_Ebay_Engine
  */
 private function GenerateXML()
 {
     $this->_last_xml = $this->_last_service->GetRequestXML($this->_last_api_name);
     return $this;
 }