示例#1
0
文件: Remote.php 项目: hutchike/YAWF
 /**
  * Set the data returned by the CURL mock object when called by REST
  */
 private function set_mock_returned_data($data)
 {
     CURL::set_mock_returned_content(json_encode($data));
 }