| 1 | <?php |
||
| 7 | class Background extends Paste implements LoaderInterface |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @var ImagineInterface |
||
| 12 | */ |
||
| 13 | protected $imagine; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Constructor |
||
| 17 | * |
||
| 18 | * @param ImagineInterface $imagine |
||
| 19 | */ |
||
| 20 | 2 | public function __construct(ImagineInterface $imagine) |
|
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritDoc} |
||
| 27 | */ |
||
| 28 | 1 | public function load(array $options = []) |
|
| 40 | } |
||
| 41 |