We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a18d7a + 25c37cf commit 869bd27Copy full SHA for 869bd27
1 file changed
src/MappedRow/MappedRow.php
@@ -55,4 +55,9 @@ public function get($key) {
55
56
return $this->values[$this->map[$key]];
57
}
58
+
59
+ public function getRow()
60
+ {
61
+ return $this->row;
62
+ }
63
0 commit comments