PHP Class PHPRtfLite_FormField_Checkbox

Author: Steffen Zeidler ([email protected])
Inheritance: extends PHPRtfLite_FormField
Afficher le fichier Open project: phprtflite/phprtflite

Méthodes publiques

Méthode Description
setChecked ( ) sets checkbox to be set
setDefaultValue ( boolean $value ) sets default value
setSize ( integer $size ) sets size of checkbox

Méthodes protégées

Méthode Description
getRtfCode ( ) : string gets checkbox rtf code
getType ( ) : string gets form field type

Method Details

getRtfCode() protected méthode

gets checkbox rtf code
protected getRtfCode ( ) : string
Résultat string

getType() protected méthode

gets form field type
protected getType ( ) : string
Résultat string

setChecked() public méthode

sets checkbox to be set
public setChecked ( )

setDefaultValue() public méthode

sets default value
public setDefaultValue ( boolean $value )
$value boolean

setSize() public méthode

sets size of checkbox
public setSize ( integer $size )
$size integer