예제 #1
0
파일: Image.php 프로젝트: mindgruve/derby
 public function __construct($key, LocalFileAdapterInterface $adapter, ImagineInterface $imagine)
 {
     $this->imagine = $imagine;
     parent::__construct($key, $adapter);
 }