示例#1
0
 function destroy()
 {
     $this->subitems = array();
     $this->container->destroy();
     parent::destroy();
 }
示例#2
0
 function onIsRemoved(\ManiaLive\Gui\Container $target)
 {
     parent::onIsRemoved($target);
     $this->destroy();
 }
 function destroy()
 {
     $this->destroyComponents();
     parent::destroy();
 }
示例#4
0
 function destroy()
 {
     $this->items = null;
     $this->pages = null;
     parent::destroy();
 }