Esempio n. 1
0
 public function PrintDocument()
 {
     $R = $this->getAjaxData();
     if (!Pdf::generaDocumentTancament($R['idSessio'])) {
         throw new MyException('No he pogut guardar el fitxer.');
     }
 }