Example #1
0
 /**
  * clean up the objects
  *
  * @access protected
  */
 protected function _cleanUp()
 {
     HTML2PDF::$_subobj = null;
     HTML2PDF::$_tables = array();
 }