PHP 8.4.6 Released!

UI\Controls\Spin::__construct

(UI 0.9.9)

UI\Controls\Spin::__constructConstruct a new Spin

Description

public 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

User Contributed Notes

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