Skip to content

Commit

Permalink
Merge pull request #1 from solariox/master
Browse files Browse the repository at this point in the history
Adding getRow in MappedRow
  • Loading branch information
dpiquet authored Jul 27, 2018
2 parents 2a18d7a + 25c37cf commit 869bd27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MappedRow/MappedRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,9 @@ public function get($key) {

return $this->values[$this->map[$key]];
}

public function getRow()
{
return $this->row;
}
}

0 comments on commit 869bd27

Please sign in to comment.