UploadRequest
Table of Contents
Methods
-
__construct()
: mixed
-
getContentType()
: string
-
getHeight()
: int
-
getName()
: string
-
getSize()
: int
-
getWidth()
: int
-
setHeight()
: void
-
setWidth()
: void
__construct()
public
__construct(string $name, string $contentType, int $size) : mixed
Parameters
-
$name
: string
-
-
$contentType
: string
-
-
$size
: int
-
getContentType()
public
getContentType() : string
getHeight()
public
getHeight() : int
getName()
public
getName() : string
getSize()
public
getSize() : int
getWidth()
public
getWidth() : int
setHeight()
public
setHeight(int $height) : void
Parameters
-
$height
: int
-
setWidth()
public
setWidth(int $width) : void
Parameters
-
$width
: int
-