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(); }
function destroy() { Dispatcher::unregister(MonitorEvent::getClass(), $this); unset($this->cpuStats); parent::destroy(); }
function destroy() { Dispatcher::unregister(PluginEvent::getClass(), $this); parent::destroy(); }
function destroy() { Dispatcher::unregister(MonitorEvent::getClass(), $this); $this->barsFrame->destroy(); $this->criticalLineFrame->destroy(); $this->optimalLineFrame->destroy(); $this->bars = array(); $this->cpuStats = array(); parent::destroy(); }