PHP Class pocketmine\utils\Range

Show file Open project: iTXTech/Genisys

Public Properties

Property Type Description
$maxValue
$minValue

Public Methods

Method Description
__construct ( integer $min, integer $max )
isInRange ( integer $v ) : boolean

Method Details

__construct() public method

public __construct ( integer $min, integer $max )
$min integer
$max integer

isInRange() public method

public isInRange ( integer $v ) : boolean
$v integer
return boolean

Property Details

$maxValue public property

public $maxValue

$minValue public property

public $minValue