| 1 | <?php |
||
| 18 | class ExcludeIdentityMapDataMapper extends DataMapper |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Maps a single row on an object of the given class. |
||
| 22 | * |
||
| 23 | * @param string $className The name of the target class |
||
| 24 | * @param array $row A single array with field_name => value pairs |
||
| 25 | * |
||
| 26 | * @return object An object of the given class |
||
| 27 | */ |
||
| 28 | protected function mapSingleRow($className, array $row) |
||
| 39 | } |
||
| 40 |