| 1 | <?php |
||
| 10 | class BackgroundFilterLoader implements LoaderInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var ImagineInterface |
||
| 14 | */ |
||
| 15 | protected $imagine; |
||
| 16 | |||
| 17 | public function __construct(ImagineInterface $imagine) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | public function load(ImageInterface $image, array $options = array()) |
||
| 45 | } |
||
| 46 |