Ejemplo n.º 1
0
 function destroy()
 {
     parent::destroy();
     if ($this->form != $this->owner) {
         $this->form->_removeElement($this->short_name);
     }
 }