PHP Class Gui\Components\TextArea

It is a visual component for textarea
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
getValue ( ) : string Gets the value of value;
setValue ( string $value ) : self Sets the value of value.

Method Details

getValue() public méthode

Gets the value of value;
public getValue ( ) : string
Résultat string

setValue() public méthode

Sets the value of value.
public setValue ( string $value ) : self
$value string the value
Résultat self

Property Details

$lazarusClass protected_oe property

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