class LocalUploadFile implements UnprocessedFileInterface

LocalUploadFile class.

Methods

__construct($fileName, $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 34
__construct($fileName, $contentType, Link $uploadFrom)

Parameters

$fileName
$contentType
Link $uploadFrom

at line 46
string getFileName()

The name of this file.

Return Value

string

at line 56
string getContentType()

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

Return Value

string

at line 64
Link getUploadFrom()

Return Value

Link

at line 72
jsonSerialize()

{@inheritdoc}