コード例 #1
0
 /**
  * Returns the transaction communication status, or false if not set
  * present.
  * @return mixed
  */
 public function getTransactionStatus()
 {
     if ($this->transaction_response && $this->transaction_response->getCommunicationStatus()) {
         return $this->transaction_response->getCommunicationStatus();
     }
     return false;
 }