class FileStorageService

Methods

__construct(string $uploadDir)

No description

string
storeUpload(UploadedFile $file)

No description

string
lookupLocalPath(string $fileName)

No description

void
delete(string $fileName)

No description

Details

at line 16
__construct(string $uploadDir)

No description

Parameters

string $uploadDir

at line 22
string storeUpload(UploadedFile $file)

No description

Parameters

UploadedFile $file

Return Value

string

at line 42
string lookupLocalPath(string $fileName)

No description

Parameters

string $fileName

Return Value

string

Exceptions

FileNotFoundException

at line 55
void delete(string $fileName)

No description

Parameters

string $fileName

Return Value

void