PHP Class pocketmine\utils\Range

Datei anzeigen 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_oe property

public $maxValue

$minValue public_oe property

public $minValue