예제 #1
0
 function SOAP_Server_Email_Gateway($gateway = '', $send_response = true, $dump = false)
 {
     parent::SOAP_Server();
     $this->send_response = $send_response;
     $this->gateway = $gateway;
     $this->dump = $dump;
 }
예제 #2
0
 function SOAP_Server_Email_Gateway($gateway = '', $send_response = TRUE, $dump = FALSE)
 {
     parent::SOAP_Server();
     $this->send_response = $send_response;
     $this->gateway = $gateway;
     $this->dump = $dump;
 }