class Manager
Class Manager
Methods
|
__construct(Filesystem $Filesystem, CategoryPaths $CategoryPaths, Images $Image, $Config = null)
Construct a new File manager |
||
| bool |
saveUploadedFile($input $input)
Saves the uploaded file to the media directory |
|
| void |
renameUploadedFile(string $filepath, string $newpath)
Renames an uploaded file |
|
| void |
removeUploadedFile(string $filepath)
Remove uploaded files from the /media directory |
Details
at line 34
public
__construct(Filesystem $Filesystem, CategoryPaths $CategoryPaths, Images $Image, $Config = null)
Construct a new File manager
at line 49
public bool
saveUploadedFile($input $input)
Saves the uploaded file to the media directory
at line 74
public void
renameUploadedFile(string $filepath, string $newpath)
Renames an uploaded file
at line 85
public void
removeUploadedFile(string $filepath)
Remove uploaded files from the /media directory