UI\Controls\Spin::__construct
PHP function
Edit on GitHub ✎
(UI 0.9.9)
Construct a new Spin
Description
UI\Controls\Spin::__construct(int $min, int $max)
Constructs a new Spin with the given range
Parameters
minThe minimum value allowed
maxThe maximum value allowed