コード例 #1
0
ファイル: Document.php プロジェクト: zhangxiaoliu/PHPPdf
 public function loadEngine($file, $encoding)
 {
     return $this->engine->loadEngine($file, $encoding);
 }