예제 #1
0
파일: ArffWriter.php 프로젝트: cocur/arff
 /**
  * Prepare the writer.
  *
  * @return void
  */
 public function prepare()
 {
     $this->arffFile->write($this->filename);
 }