| 1 | <?php |
||
| 20 | class ImagineCacheManagerResolver implements ResolverInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var \Liip\ImagineBundle\Imagine\Cache\CacheManager |
||
| 24 | */ |
||
| 25 | protected $imagine; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Constructor |
||
| 29 | * |
||
| 30 | * @param \Liip\ImagineBundle\Imagine\Cache\CacheManager $imagine |
||
| 31 | */ |
||
| 32 | public function __construct(CacheManager $imagine) |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | public function getUrl($key) |
||
| 44 | } |
||
| 45 |