*/ public array $params; /** * @param array $params */ public function __construct(Image $image, string $path, string $mime, array $params) { parent::__construct(); $this->image = $image; $this->path = $path; $this->mime = $mime; $this->params = $params; } }