PDF for XMLDocument
This commit is contained in:
parent
c7bf2ebb0c
commit
1a52bfde61
3 changed files with 5 additions and 4 deletions
|
|
@ -404,10 +404,10 @@ abstract class XML_Reader
|
|||
* @param \Database $cn
|
||||
* @returns \PDF
|
||||
*/
|
||||
public function to_pdf(): \PDF_Core
|
||||
public function to_pdf(): PDF
|
||||
{
|
||||
//$pdf = new PDF($cn);
|
||||
$pdf = new \PDF_Core;
|
||||
$pdf = new PDF();
|
||||
$result = $this->get_info();
|
||||
|
||||
// $pdf->setDossierInfo(_(" id ") . " " . $result['id']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue