| 1 | <?php |
||
| 11 | class AvatarManager extends AbstractImageManager |
||
| 12 | { |
||
| 13 | protected $model; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * AvatarManager constructor. |
||
| 17 | * @param Model $user |
||
| 18 | */ |
||
| 19 | public function __construct(Model $user = null) |
||
| 23 | |||
| 24 | protected function oldImage() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @return array |
||
| 33 | */ |
||
| 34 | public static function imageSizes() |
||
| 43 | |||
| 44 | public static function getPathPrefix() |
||
| 48 | } |
||
| 49 |