1 | <?php namespace Mascame\Artificer; |
||
5 | class ArtificerImage |
||
6 | { |
||
7 | |||
8 | public $image; |
||
9 | |||
10 | // public function __construct(\Intervention\Image\Image $image) { |
||
11 | // $this->image = $image; |
||
12 | // } |
||
13 | |||
14 | public static function store(\Intervention\Image\Image $image, $path = null, $quality = null) |
||
33 | |||
34 | public static function get($image, $layout) |
||
38 | |||
39 | public static function path($image, $layout) |
||
43 | |||
44 | } |