class FileCollectionModel (View source)

The file collection model.

Methods

static Response
deleteFiles(array $files, string $path)

Delete files.

static Response
upload(array $files, string $path)

Upload model.

Details

static Response deleteFiles(array $files, string $path)

Delete files.

Parameters

array $files
string $path

Return Value

Response the response object

static Response upload(array $files, string $path)

Upload model.

Parameters

array $files
string $path

Return Value

Response a response object