| 1 | <?php |
||
| 9 | class ImdbDataMapper |
||
| 10 | { |
||
| 11 | private $countryMap = []; |
||
| 12 | |||
| 13 | private $countryRepository; |
||
| 14 | |||
| 15 | public function __construct(ImdbCountryRepository $countryRepository) |
||
| 25 | |||
| 26 | /*** |
||
| 27 | * @throws |
||
| 28 | */ |
||
| 29 | public function dateToObject(string $date): \DateTimeInterface |
||
| 33 | |||
| 34 | public function countryToCode(string $country): string |
||
| 38 | } |
||
| 39 |