RemoteUploadFile
class RemoteUploadFile implements UnprocessedFileInterface
RemoteUploadFile class.
Methods
__construct(string $fileName, string $contentType, string $upload)
RemoteUploadFile constructor.
getFileName()
The name of this file.
getContentType()
The Content- (or MIME-)Type of this file.
getUpload()
No description
jsonSerialize()
{@inheritdoc}
Details
at line 37
__construct(string $fileName, string $contentType, string $upload)
RemoteUploadFile constructor.
at line 47
getFileName()
The name of this file.
at line 55
getContentType()
The Content- (or MIME-)Type of this file.
at line 60
getUpload()
at line 68
jsonSerialize()
{@inheritdoc}