| 1 | <?php |
||
| 18 | final class ImageExistenceChecker implements ImageExistenceCheckerInterface |
||
| 19 | { |
||
| 20 | /** @var FilterService */ |
||
| 21 | private $filterService; |
||
| 22 | |||
| 23 | /** @var string */ |
||
| 24 | private $mediaRootPath; |
||
| 25 | |||
| 26 | public function __construct(FilterService $filterService, string $mediaRootPath) |
||
| 31 | |||
| 32 | public function doesImageWithUrlExist(string $imageUrl, string $liipImagineFilter): bool |
||
| 40 | } |
||
| 41 |