예제 #1
0
파일: PrintDoc.php 프로젝트: hkhateb/linet3
 public static function mailDoc($model)
 {
     $file = PrintDoc::pdfDoc($model);
     $mail = new Mail();
 }
예제 #2
0
파일: Docs.php 프로젝트: hkhateb/linet3
 public function pdf()
 {
     return PrintDoc::pdfDoc($this);
 }