Example #1
0
 public function __construct($key, LocalFileAdapterInterface $adapter, ImagineInterface $imagine)
 {
     $this->imagine = $imagine;
     parent::__construct($key, $adapter);
 }