Exemplo n.º 1
0
 private function _header(ModelDoor $door)
 {
     $this->setFont('Arial', 'B', 18);
     $this->multicell(0, 12, $door->toString(), 1, 1, 'C', true);
     $this->ln(5);
     $this->setFont('Arial', 'B', 11);
     $this->setWidths(array(24, 34, 24, 8, 79, 79, 29));
     $this->row(array('Date', 'Contact', 'Type', 'Ctr', 'Raison', 'Rapport', 'Technicien'), 6, 1, true);
     $this->setFont('Arial', '', 10);
 }