|
@@ -1,4 +1,12 @@
|
|
|
<?php
|
|
|
+/* For licensing terms, see /license.txt */
|
|
|
+/**
|
|
|
+ * Course description's CSV reader class definition
|
|
|
+ * @package chamilo.course_description
|
|
|
+ */
|
|
|
+/**
|
|
|
+ * Init
|
|
|
+ */
|
|
|
|
|
|
namespace CourseDescription;
|
|
|
|
|
@@ -103,4 +111,4 @@ class CsvReader implements \Iterator
|
|
|
return count($items) > $this->index;
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+}
|