class RemoteUploadFile implements UnprocessedFileInterface

RemoteUploadFile class.

Methods

__construct(string $fileName, string $contentType, string $upload)

RemoteUploadFile constructor.

string
getFileName()

The name of this file.

string
getContentType()

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

string
getUpload()

No description

jsonSerialize()

{@inheritdoc}

Details

at line 41
__construct(string $fileName, string $contentType, string $upload)

RemoteUploadFile constructor.

Parameters

string $fileName
string $contentType
string $upload

at line 51
string getFileName()

The name of this file.

Return Value

string

at line 59
string getContentType()

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

Return Value

string

at line 67
string getUpload()

Return Value

string

at line 75
jsonSerialize()

{@inheritdoc}