| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | public function __construct($data) |
||
|
1 ignored issue
–
show
|
|||
| 20 | { |
||
| 21 | $this->_array = $data; |
||
| 22 | $this->_count = count($this->_array); |
||
| 23 | $this->fields = reset($this->_array); |
||
| 24 | if ($this->fields === false) { |
||
| 25 | $this->EOF = true; |
||
| 26 | } |
||
| 42 |