CakeFest 2024: The Official CakePHP Conference

Button Control

(UI 0.9.9)

Introducción

Represents a labelled clickable button

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