Esempio n. 1
0
 /**
  * Destroys the control field
  */
 function __destruct()
 {
     $this->data = null;
     parent::__destruct();
 }
Esempio n. 2
0
 /**
  * Destroys the data field
  */
 function __destruct()
 {
     $this->subfields = null;
     $this->ind1 = null;
     $this->ind2 = null;
     parent::__destruct();
 }