class LocalUploadFile implements UnprocessedFileInterface

LocalUploadFile class.

Methods

__construct(string $fileName, string $contentType, Link $uploadFrom)

No description

string
getFileName()

The name of this file.

string
getContentType()

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

getUploadFrom()

No description

jsonSerialize()

{@inheritdoc}

Details

at line 36
__construct(string $fileName, string $contentType, Link $uploadFrom)

Parameters

string $fileName
string $contentType
Link $uploadFrom

at line 46
string getFileName()

The name of this file.

Return Value

string

at line 54
string getContentType()

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

Return Value

string

at line 62
Link getUploadFrom()

Return Value

Link

at line 70
jsonSerialize()

{@inheritdoc}