Example #1
0
 /**
  * Prepare the writer.
  *
  * @return void
  */
 public function prepare()
 {
     $this->arffFile->write($this->filename);
 }