Example #1
0
 private function updatePdf($id)
 {
     $PdfDownload = new PdfDownload();
     $PdfDownload->cliente($id);
 }
Example #2
0
 private function updatePdf($id)
 {
     $PdfDownload = new PdfDownload();
     @$PdfDownload->produto($id);
 }