interface FileInterface implements JsonSerializable

FileInterface.

Methods

string
getFileName()

The name of this file.

string
getContentType()

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

Details

at line 24
string getFileName()

The name of this file.

Return Value

string

at line 31
string getContentType()

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

Return Value

string