minor: add getter to csv writer

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

@ -46,7 +46,11 @@ class CsvWriter
{ {
return $this->enclosure; return $this->enclosure;
} }
function get_stream(){
return $this->stream;
}
/** /**
* *
* @return FileWriter * @return FileWriter

Loading…
Cancel
Save