diff --git a/src/MappedRow/MappedRow.php b/src/MappedRow/MappedRow.php index 63c79df..b1df9d2 100644 --- a/src/MappedRow/MappedRow.php +++ b/src/MappedRow/MappedRow.php @@ -55,4 +55,9 @@ public function get($key) { return $this->values[$this->map[$key]]; } + + public function getRow() + { + return $this->row; + } } \ No newline at end of file