php8.5
Home/ Manual/ controls / slider/ UI\Controls\Slider::__construct

UI\Controls\Slider::__construct

PHP function Edit on GitHub ✎

(UI 0.9.9)

Construct a new Slider

Description

UI\Controls\Slider::__construct(int $min, int $max)

Construct a new Slider with the given range

Parameters

min

The minimum allowed value

max

The maximum allowed value

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