CakeFest 2024: The Official CakePHP Conference

Элемент управления "Кнопка"

(UI 0.9.9)

Введение

Представляет собой помеченную кликабельную кнопку

Обзор классов

class UI\Controls\Button extends UI\Control {
/* Конструктор */
public __construct(string $text)
/* Методы */
public getText(): string
protected onClick()
public setText(string $text)
/* Наследуемые методы */
}

Содержание

add a note

User Contributed Notes

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