Bitrix API

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

Methods

createFromRequest()

public static createFromRequest(HttpRequest $request) : Result
Parameters
$request : HttpRequest
Return values
Result

getEndRange()

public getEndRange() : int|null
Return values
int|null

getFileSize()

public getFileSize() : int
Return values
int

getHeight()

public getHeight() : int
Return values
int

getName()

public getName() : string
Return values
string

getSize()

public getSize() : int
Return values
int

getStartRange()

public getStartRange() : int|null
Return values
int|null

getType()

public getType() : string
Return values
string

getWidth()

public getWidth() : int
Return values
int

isFirst()

public isFirst() : bool
Return values
bool

isLast()

public isLast() : bool
Return values
bool

isOnlyOne()

public isOnlyOne() : bool
Return values
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

        
On this page

Search results