PHP Class Gui\Components\Checkbox

It is a visual component for checkbox
Since: 0.1
Author: Rafael Reis @reisraff
Inheritance: extends VisualObject
Afficher le fichier Open project: gabrielrcouto/php-gui

Protected Properties

Свойство Type Description
$lazarusClass string The lazarus class as string

Méthodes publiques

Méthode Description
getChecked ( ) : boolean Get the Checkbox checked
setChecked ( boolean $checked ) : self Set the Checkbox Checked

Method Details

getChecked() public méthode

Get the Checkbox checked
public getChecked ( ) : boolean
Résultat boolean

setChecked() public méthode

Set the Checkbox Checked
public setChecked ( boolean $checked ) : self
$checked boolean
Résultat self

Property Details

$lazarusClass protected_oe property

The lazarus class as string
protected string $lazarusClass
Résultat string