PHP 8.3.4 Released!

Radio Control

(UI 0.9.9)

はじめに

A Radio is similar to the radio input type familiar from HTML

クラス概要

class UI\Controls\Radio extends UI\Control {
/* メソッド */
public append(string $text)
public getSelected(): int
protected onSelected()
public setSelected(int $index)
/* 継承したメソッド */
}

目次

add a note

User Contributed Notes

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