Example #1
0
 /**
  * Write the given item.
  *
  * @param mixed $item
  *
  * @return void
  */
 public function writeItem($item)
 {
     file_put_contents($this->filename, $this->arffFile->renderRow($item), FILE_APPEND);
 }