コード例 #1
0
ファイル: WebSocket.php プロジェクト: sunhk25/cake_websocket
 public function __construct($config = array())
 {
     $defaults = array('namespace' => false, 'timeout' => 3, 'persistent' => false);
     $config += $defaults;
     parent::__construct($config);
 }