示例#1
0
 /**
  * Set response
  * @param string $json JSON response
  */
 public function setResponse($json)
 {
     $this->response = Toolkit::arrayToDataContainer(json_decode($json, true));
 }