UploadedFileDecoratorTrait
Trait UploadedFileDecoratorTrait
Table of Contents
Properties
- $uploadedFile : UploadedFileInterface
Methods
- getClientFilename() : string|null
- getClientMediaType() : string|null
- getError() : int
- getSize() : int|null
- getStream() : StreamInterface
- moveTo() : void
Properties
$uploadedFile
protected
UploadedFileInterface
$uploadedFile
Methods
getClientFilename()
public
getClientFilename() : string|null
Return values
string|nullgetClientMediaType()
public
getClientMediaType() : string|null
Return values
string|nullgetError()
public
getError() : int
Return values
intgetSize()
public
getSize() : int|null
Return values
int|nullgetStream()
public
getStream() : StreamInterface
Return values
StreamInterfacemoveTo()
public
moveTo(string $targetPath) : void
Parameters
- $targetPath : string