예제 #1
0
파일: Response.php 프로젝트: yeaha/owl-mvc
 public function __construct($swoole_response)
 {
     $this->swoole_response = $swoole_response;
     parent::__construct();
 }
예제 #2
0
파일: Response.php 프로젝트: yeaha/owl-site
 public function __construct()
 {
     parent::__construct();
     $this->cookies = \Tests\Mock\Cookie::getInstance();
 }