PHP Class Gui\Components\TextArea

It is a visual component for textarea
Since: 0.1
Author: Rafael Reis @reisraff
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 ( ) : string Gets the value of value;
setValue ( string $value ) : self Sets the value of value.

Method Details

getValue() public method

Gets the value of value;
public getValue ( ) : string
return string

setValue() public method

Sets the value of value.
public setValue ( string $value ) : self
$value string the value
return self

Property Details

$lazarusClass protected property

The lazarus class as string
protected string $lazarusClass
return string