@@ -18,6 +18,9 @@ |
||
| 18 | 18 | protected $fetched = -1; |
| 19 | 19 | protected $iid = null; |
| 20 | 20 | |
| 21 | + /** |
|
| 22 | + * @param resource $statement |
|
| 23 | + */ |
|
| 21 | 24 | public function __construct($statement, $data, $iid, $charIn = null, $charOut = null) |
| 22 | 25 | { |
| 23 | 26 | $this->statement = $statement; |