Exemplo n.º 1
0
 private function write($string, FileWriter $file)
 {
     $file->append($string . "\n");
 }