Skip to content

Commit 869bd27

Browse files
authored
Merge pull request #1 from solariox/master
Adding getRow in MappedRow
2 parents 2a18d7a + 25c37cf commit 869bd27

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/MappedRow/MappedRow.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,9 @@ public function get($key) {
5555

5656
return $this->values[$this->map[$key]];
5757
}
58+
59+
public function getRow()
60+
{
61+
return $this->row;
62+
}
5863
}

0 commit comments

Comments
 (0)