LocalUploadFile
class LocalUploadFile implements UnprocessedFileInterface
LocalUploadFile class.
Methods
getFileName()
The name of this file.
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)
at line 46
getFileName()
The name of this file.
at line 54
getContentType()
The Content- (or MIME-)Type of this file.
at line 59
getUploadFrom()
at line 67
jsonSerialize()
{@inheritdoc}