예제 #1
0
파일: Engine.php 프로젝트: asgrim/mal
 /**
  * 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;
 }