コード例 #1
0
ファイル: ListaCitasPdf.php プロジェクト: gerardoGomr/siacme
 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);
 }
コード例 #2
0
 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);
 }
コード例 #3
0
 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);
 }