render("media/$this->media_type", [ 'media_key' => $this->media_key, 'object_key' => $this->object_key, 'single_file' => $this->single_file, 'actions' => $this->actions, 'max_file_size' => $this->max_file_size, 'error_message' => $this->error_message, 'files' => $this->files, 'resolutions' => $this->resolutions, 'model_class' => $this->model_class, 'model_id' => $this->model_id ]); } }