@@ -9,6 +9,9 @@ |
||
9 | 9 | private $handle; |
10 | 10 | private $columns; |
11 | 11 | |
12 | + /** |
|
13 | + * @param string $filename |
|
14 | + */ |
|
12 | 15 | function __construct($filename) { |
13 | 16 | $this->filename = $filename; |
14 | 17 | } |
@@ -9,6 +9,9 @@ |
||
9 | 9 | private $handle; |
10 | 10 | private $columns; |
11 | 11 | |
12 | + /** |
|
13 | + * @param string $filename |
|
14 | + */ |
|
12 | 15 | function __construct($filename) { |
13 | 16 | $this->filename = $filename; |
14 | 17 | } |