PHP 8.4.6 Released!

Botón de control

(UI 0.9.9)

Introducción

Representa un botón (Button) cliquable etiquetado

Sinopsis de la Clase

class UI\Controls\Button extends UI\Control {
/* Constructor */
public __construct(string $text)
/* Métodos */
public getText(): string
protected onClick()
public setText(string $text)
/* Métodos heredados */
}

Tabla de contenidos

add a note

User Contributed Notes

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