Exemple #1
0
 /**
  * Add cell to the table row
  * @param string $string
  */
 public function addTableCell($string)
 {
     $this->currentTable[$this->tableRow][] = $this->pdf->convert_to_unicode('utf8', $string, '');
 }