Esempio n. 1
0
 /**
  * Write the given row as comma separated values in the next line
  *
  * @param RowInterface $row
  * @return int
  */
 public function writeRow(RowInterface $row)
 {
     return $this->writeLine($row->toArray());
 }