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