Beispiel #1
0
 public function __construct($listaCitas, $fecha)
 {
     $this->listaCitas = $listaCitas;
     $this->fecha = $fecha;
     parent::__construct(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
 }
 public function __construct($interconsulta, $expediente)
 {
     $this->interconsulta = $interconsulta;
     $this->expediente = $expediente;
     parent::__construct(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
 }
 public function __construct($plan, $expediente)
 {
     $this->expediente = $expediente;
     $this->plan = $plan;
     parent::__construct(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
 }