Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Gui
Components
Button
PHP Class Gui\Components\Button
It is a visual component for button
Since:
0.1
Author:
Gabriel Couto @gabrielrcouto
Inheritance:
extends
VisualObject
Show file
Open project: gabrielrcouto/php-gui
Protected Properties
Property
Type
Description
$lazarusClass
string
The lazarus class as string
Public Methods
Method
Description
getValue
( ) :
mixed
Get the Button value
setValue
(
string
$value
) :
self
Set the Button Value
Method Details
getValue()
public
method
Get the Button value
public
getValue
( ) :
mixed
return
mixed
setValue()
public
method
Set the Button Value
public
setValue
(
string
$value
) :
self
$value
string
return
self
Property Details
$lazarusClass
protected property
The lazarus class as string
protected
string
$lazarusClass
return
string