コード例 #1
0
 public function __construct(array $connectors, HttpTestEndpoint $server)
 {
     parent::__construct(...$connectors);
     $this->server = $server;
     $this->workers = new \SplObjectStorage();
 }
コード例 #2
0
 public function __construct(array $responses)
 {
     parent::__construct();
     $this->responses = $responses;
 }