/**
  * Method called when an object has been exported with var_export() functions
  * It allows to return an object instantiated with the values
  * @see YMobileWsdlClass::__set_state()
  * @uses YMobileWsdlClass::__set_state()
  * @param array $_array the exported values
  * @return YMobilePaymentResultMessage
  */
 public static function __set_state(array $_array, $_className = __CLASS__)
 {
     return parent::__set_state($_array, $_className);
 }
Exemplo n.º 2
0
 /**
  * Returns the result
  * @see YMobileWsdlClass::getResult()
  * @return YMobileRollbackResultMessage
  */
 public function getResult()
 {
     return parent::getResult();
 }