Ejemplo n.º 1
0
 /**
  * Parse the SMS notifications sent to you. Multiple notifications
  * may be recieved over time. You can check the status of the SMS
  * delivery using this.
  *
  * @param array $post_vars  Pass in the system variable $_POST
  *
  * @return SMSTransaction   Look at SMSTransaction for available information
  */
 public function parseSMSNotify($post_vars)
 {
     return SMSService::parseSMSNotify($post_var);
 }