コード例 #1
0
ファイル: Comet.class.php プロジェクト: Welvin/stingle
 public function addChunk(CometChunk $chunk)
 {
     $this->chunks[$chunk->getName()] = $chunk;
 }
コード例 #2
0
 public function __construct($params)
 {
     parent::__construct($params);
     $this->cometEvents = Reg::get(ConfigManager::getConfig("Comet", "CometEvents")->Objects->CometEvents);
 }