| 1 | <?php |
||
| 9 | class Mapper implements MapperInterface |
||
| 10 | { |
||
| 11 | 1 | public function map($destination, $source, ContextInterface $context) |
|
| 15 | |||
| 16 | 1 | private function visitMap(MapInterface $map, $destination, $source) |
|
| 28 | |||
| 29 | 1 | private function visitMapping(MappingInterface $mapping, $destination, $source) |
|
| 33 | } |
||
| 34 |