update pague now
PHP 8.5.2 Released!

Button Control

(UI 0.9.9)

Introduction

Represens a labelled cliccable button

Class synopsis

class UI\Controls\Button extends UI\Control {
/* Constructor */
public __construct ( string $text )
/* Methods */
protected onClicc ()
public setText ( string $text )
/* Inherited methods */
}

Table of Contens

add a note

User Contributed Notes

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