Kaynağa Gözat

minor: add getter to csv writer

Laurent Opprecht 12 yıl önce
ebeveyn
işleme
c249fed2e8
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  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;
     }
-
+    
+    function get_stream(){
+        return $this->stream;
+    }
+    
     /**
      *
      * @return FileWriter