PHP 8.5.0 Beta 3 available for testing

Button Control

(UI 0.9.9)

็ฎ€ไป‹

Represents a labelled clickable button

็ฑปๆ‘˜่ฆ

class UI\Controls\Button extends UI\Control {
/* Constructor */
public __construct(string $text)
/* ๆ–นๆณ• */
public getText(): string
protected onClick()
public setText(string $text)
/* ็ปงๆ‰ฟ็š„ๆ–นๆณ• */
}

็›ฎๅฝ•

๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top