Explorar el Código

minor: add getter to csv writer

Laurent Opprecht hace 12 años
padre
commit
c249fed2e8
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      main/inc/lib/system/io/csv_writer.class.php

+ 5 - 1
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