Manager
class Manager
Class Manager
Methods
__construct(Filesystem $Filesystem, CategoryPaths $CategoryPaths, MediaPaths $MediaPaths, Images $Image, $Config = null)
Construct a new File manager
bool
saveUploadedFile($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 35
__construct(Filesystem $Filesystem, CategoryPaths $CategoryPaths, MediaPaths $MediaPaths, Images $Image, $Config = null)
Construct a new File manager
at line 51
bool
saveUploadedFile($input)
Saves the uploaded file to the media directory
at line 83
void
renameUploadedFile(string $filepath, string $newpath)
Renames an uploaded file
at line 94
void
removeUploadedFile(string $filepath)
Remove uploaded files from the /media directory