コード例 #1
0
ファイル: html2pdf.class.php プロジェクト: rzt/lms
 /**
  * clean up the objects
  *
  * @access protected
  */
 protected function _cleanUp()
 {
     HTML2PDF::$_subobj = null;
     HTML2PDF::$_tables = array();
 }