php8.5
Home/ Manual/ controls / spin/ UI\Controls\Spin::__construct

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

min

The minimum value allowed

max

The maximum value allowed

Source: reference/ui/ui/controls/spin/construct.xml · from the official PHP manual (php/doc-en)