class UploadedFile implements UploadedFileInterface (View source)

Constants

MOVED

Methods

static 
fromGlobal($key)

No description

getError()

No description

getSize()

No description

getClientFilename()

No description

getStream()

No description

getClientMediaType()

No description

moveTo($targetPath)

No description

__construct($path, $size = NULL, $name = null, $mediaType = NULL, $error = UPLOAD_ERR_OK)

No description

Details

static fromGlobal($key)

Parameters

$key

getError()

getSize()

getClientFilename()

getStream()

getClientMediaType()

moveTo($targetPath)

Parameters

$targetPath

__construct($path, $size = NULL, $name = null, $mediaType = NULL, $error = UPLOAD_ERR_OK)

Parameters

$path
$size
$name
$mediaType
$error