示例#1
0
文件: Image.php 项目: mindgruve/derby
 public function __construct($key, LocalFileAdapterInterface $adapter, ImagineInterface $imagine)
 {
     $this->imagine = $imagine;
     parent::__construct($key, $adapter);
 }