コード例 #1
0
 function destroy()
 {
     Dispatcher::unregister(MonitorEvent::getClass(), $this);
     $this->barsFrame->destroy();
     $this->linesFrame->destroy();
     $this->bars = array();
     $this->lines = array();
     $this->networkStats = array();
     $this->networkSums = array();
     parent::destroy();
 }
コード例 #2
0
ファイル: OverviewTab.php プロジェクト: ketsuekiro/manialive
 function destroy()
 {
     Dispatcher::unregister(MonitorEvent::getClass(), $this);
     unset($this->cpuStats);
     parent::destroy();
 }
コード例 #3
0
 function destroy()
 {
     Dispatcher::unregister(PluginEvent::getClass(), $this);
     parent::destroy();
 }
コード例 #4
0
 function destroy()
 {
     Dispatcher::unregister(MonitorEvent::getClass(), $this);
     $this->barsFrame->destroy();
     $this->criticalLineFrame->destroy();
     $this->optimalLineFrame->destroy();
     $this->bars = array();
     $this->cpuStats = array();
     parent::destroy();
 }