1 | <?php |
||
24 | class MapperFactory |
||
25 | { |
||
26 | /** |
||
27 | * Returns a Mapper instance complete with all sub-mappers |
||
28 | * registered |
||
29 | * |
||
30 | * @return Mapper |
||
31 | */ |
||
32 | public static function getMapper() |
||
43 | |||
44 | /** |
||
45 | * Returns the mapper for Exif data |
||
46 | * |
||
47 | * @return ExifMapper |
||
48 | */ |
||
49 | private static function getExifMapper() |
||
73 | } |
||
74 |