Esempio n. 1
0
 public function __construct($swoole_response)
 {
     $this->swoole_response = $swoole_response;
     parent::__construct();
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->cookies = \Tests\Mock\Cookie::getInstance();
 }