minor: add getter to csv writer

skala
Laurent Opprecht 13 years ago
parent ae232e8040
commit c249fed2e8
  1. 4
      main/inc/lib/system/io/csv_writer.class.php

@ -47,6 +47,10 @@ class CsvWriter
return $this->enclosure; return $this->enclosure;
} }
function get_stream(){
return $this->stream;
}
/** /**
* *
* @return FileWriter * @return FileWriter

Loading…
Cancel
Save