예제 #1
0
파일: html2pdf.class.php 프로젝트: rzt/lms
 /**
  * tag : G
  * mode : CLOSE
  *
  * @param  array $param
  * @return boolean
  */
 protected function _tag_close_G($param)
 {
     $this->pdf->undoTransform();
     $this->parsingCss->load();
 }