| 1 | <?php |
||
| 11 | class ImageUploadService extends ImageUploader |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * ImageUploadService constructor. |
||
| 15 | */ |
||
| 16 | public function __construct() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Prepare Image File |
||
| 23 | * |
||
| 24 | * Take raw upload and convert it to an ImageFile object |
||
| 25 | * |
||
| 26 | * @param $framework_file |
||
| 27 | * @return ImageFile |
||
| 28 | */ |
||
| 29 | protected function prepareImageFile($framework_file): ImageFile |
||
| 33 | } |