PHP 8.4.1 Released!

UI\Controls\Slider::__construct

(UI 0.9.9)

UI\Controls\Slider::__constructConstruit une nouvelle glissière

Description

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

Construit une nouvelle glissière avec la plage donnée

Liste de paramètres

min

La valeur minimale autorisée

max

La valeur maximale autorisée

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top