/**
  * clears all parameters
  */
 function clear()
 {
     IdealRequest::clear();
 }
示例#2
0
 function clear()
 {
     IdealRequest::clear();
     $this->issuerID = "";
     $this->merchantReturnURL = "";
     $this->purchaseID = "";
     $this->amount = "";
     $this->currency = "";
     $this->expirationPeriod = "";
     $this->language = "";
     $this->description = "";
     $this->entranceCode = "";
 }
 /**
  * rests all input data to empty strings
  */
 function clear()
 {
     IdealRequest::clear();
     $this->transactionID = "";
 }