コード例 #1
0
ファイル: WebSocket.php プロジェクト: sunhk25/cake_websocket
 public function disconnect()
 {
     $this->_handshake = null;
     $this->_transport = null;
     return parent::disconnect();
 }