示例#1
0
文件: Response.php 项目: tourze/http
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->message = new Message();
 }