コード例 #1
0
 /**
  * Logs V2 API call
  *
  * @param type $sessionId
  * @param type $apiPath
  * @param type $args
  * @return mixed Null or whatever API call method returns
  */
 public function call($sessionId, $apiPath, $args = array())
 {
     Mage::helper('inchoo_soaplogger/v2')->logPostXml();
     return parent::call($sessionId, $apiPath, $args);
 }