function destroy() { $this->subitems = array(); $this->container->destroy(); parent::destroy(); }
function onIsRemoved(\ManiaLive\Gui\Container $target) { parent::onIsRemoved($target); $this->destroy(); }
function destroy() { $this->destroyComponents(); parent::destroy(); }
function destroy() { $this->items = null; $this->pages = null; parent::destroy(); }