Esempio n. 1
0
 /**
  * Extra dispose function.
  *
  * @internal
  */
 protected function _dispose()
 {
     parent::_dispose();
     $this->_subnodes = NULL;
     $this->_prototypes = NULL;
     $this->_i = NULL;
     $this->_size = 0;
     $this->_copy = NULL;
 }