interface UnprocessedFileInterface implements FileInterface

UnprocessedFileInterface.

Methods

string
getFileName()

The name of this file.

string
getContentType()

The Content- (or MIME-)Type of this file.

Details

in FileInterface at line 22
string getFileName()

The name of this file.

Return Value

string

in FileInterface at line 29
string getContentType()

The Content- (or MIME-)Type of this file.

Return Value

string