Documentation

OCCT
in package

Table of Contents

$item  : mixed
$max  : mixed
$min  : mixed
__construct()  : mixed
__toString()  : string
getItem()  : mixed
Get the value of item
getMax()  : mixed
Get the value of max
getMin()  : mixed
Get the value of min
setItem()  : self
Set the value of item
setMax()  : self
Set the value of max
setMin()  : self
Set the value of min

Properties

$item

private mixed $item

Methods

__construct()

public __construct(mixed $item, mixed $min, mixed $max) : mixed
Parameters
$item : mixed
$min : mixed
$max : mixed
Return values
mixed

__toString()

public __toString() : string
Return values
string

getItem()

Get the value of item

public getItem() : mixed
Return values
mixed

getMax()

Get the value of max

public getMax() : mixed
Return values
mixed

getMin()

Get the value of min

public getMin() : mixed
Return values
mixed

setItem()

Set the value of item

public setItem(mixed $item) : self
Parameters
$item : mixed
Return values
self

setMax()

Set the value of max

public setMax(mixed $max) : self
Parameters
$max : mixed
Return values
self

setMin()

Set the value of min

public setMin(mixed $min) : self
Parameters
$min : mixed
Return values
self

Search results