Beispiel #1
0
 /**
  * Call the parent Curl initialization and set the type of the message
  */
 public function JsonMessage()
 {
     parent::__construct();
     $this->type = "json";
 }
Beispiel #2
0
 /**
  * Call the parent Curl initialization and set the type of the message
  */
 public function XmlMessage()
 {
     parent::__construct();
     $this->type = "xml";
 }