コード例 #1
0
 /**
  * Call the parent Curl initialization and set the type of the message
  */
 public function JsonMessage()
 {
     parent::__construct();
     $this->type = "json";
 }
コード例 #2
0
ファイル: XmlMessage.php プロジェクト: emildev35/processmaker
 /**
  * Call the parent Curl initialization and set the type of the message
  */
 public function XmlMessage()
 {
     parent::__construct();
     $this->type = "xml";
 }