function destroy()
 {
     $this->destroyComponents();
     parent::destroy();
 }
Exemplo n.º 2
0
 function destroy()
 {
     $this->subitems = array();
     $this->container->destroy();
     parent::destroy();
 }
Exemplo n.º 3
0
 function destroy()
 {
     $this->items = null;
     $this->pages = null;
     parent::destroy();
 }