コード例 #1
0
ファイル: ArffWriter.php プロジェクト: cocur/arff
 /**
  * Prepare the writer.
  *
  * @return void
  */
 public function prepare()
 {
     $this->arffFile->write($this->filename);
 }