فهرست منبع

minor: add getter to csv writer

Laurent Opprecht 12 سال پیش
والد
کامیت
c249fed2e8
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  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