UI\Controls\Spin::setValue
PHP Manual
PHP Manual»UI\Controls\Spin»UI\Controls\Spin::setValue

UI\Controls\Spin::setValue

(UI 0.9.9)

UI\Controls\Spin::setValueSet Value

说明

public function UI\Controls\Spin::setValue(int $value)

Set the value in this Spin

参数

value

The new value

To Top