Chunk
Table of Contents
Methods
-
createFromRequest()
: Result
-
getEndRange()
: int|null
-
getFile()
: File
-
getFileSize()
: int
-
getHeight()
: int
-
getName()
: string
-
getSize()
: int
-
getStartRange()
: int|null
-
getType()
: string
-
getWidth()
: int
-
isFirst()
: bool
-
isLast()
: bool
-
isOnlyOne()
: bool
-
setHeight()
: void
-
setName()
: void
-
setType()
: void
-
setWidth()
: void
-
validate()
: Result
createFromRequest()
public
static createFromRequest(HttpRequest $request) : Result
Parameters
-
$request
: HttpRequest
-
getEndRange()
public
getEndRange() : int|null
getFile()
public
getFile() : File
getFileSize()
public
getFileSize() : int
getHeight()
public
getHeight() : int
getName()
public
getName() : string
getSize()
public
getSize() : int
getStartRange()
public
getStartRange() : int|null
getType()
public
getType() : string
getWidth()
public
getWidth() : int
isFirst()
public
isFirst() : bool
isLast()
public
isLast() : bool
isOnlyOne()
public
isOnlyOne() : bool
setHeight()
public
setHeight(int $height) : void
Parameters
-
$height
: int
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-
setType()
public
setType(string $type) : void
Parameters
-
$type
: string
-
setWidth()
public
setWidth(int $width) : void
Parameters
-
$width
: int
-
validate()
public
validate(Configuration $config) : Result
Parameters
-
$config
: Configuration
-