PHP Class FluidTYPO3\Flux\Form\Field\Text

Inheritance: extends Input, implements FluidTYPO3\Flux\Form\FieldInterface
Afficher le fichier Open project: fluidtypo3/flux Class Usage Examples

Protected Properties

Свойство Type Description
$columns integer
$defaultExtras string
$enableRichText boolean
$format string
$renderType string
$rows integer

Méthodes publiques

Méthode Description
buildConfiguration ( ) : array
getColumns ( ) : integer
getDefaultExtras ( ) : string
getEnableRichText ( ) : boolean
getFormat ( ) : string
getRenderType ( ) : string
getRows ( ) : integer
setColumns ( integer $columns ) : Text
setDefaultExtras ( string $defaultExtras ) : Text
setEnableRichText ( boolean $enableRichText ) : Text
setFormat ( string $format )
setRenderType ( string $renderType )
setRows ( integer $rows ) : Text

Method Details

buildConfiguration() public méthode

public buildConfiguration ( ) : array
Résultat array

getColumns() public méthode

public getColumns ( ) : integer
Résultat integer

getDefaultExtras() public méthode

public getDefaultExtras ( ) : string
Résultat string

getEnableRichText() public méthode

public getEnableRichText ( ) : boolean
Résultat boolean

getFormat() public méthode

public getFormat ( ) : string
Résultat string

getRenderType() public méthode

public getRenderType ( ) : string
Résultat string

getRows() public méthode

public getRows ( ) : integer
Résultat integer

setColumns() public méthode

public setColumns ( integer $columns ) : Text
$columns integer
Résultat Text

setDefaultExtras() public méthode

public setDefaultExtras ( string $defaultExtras ) : Text
$defaultExtras string
Résultat Text

setEnableRichText() public méthode

public setEnableRichText ( boolean $enableRichText ) : Text
$enableRichText boolean
Résultat Text

setFormat() public méthode

public setFormat ( string $format )
$format string

setRenderType() public méthode

public setRenderType ( string $renderType )
$renderType string

setRows() public méthode

public setRows ( integer $rows ) : Text
$rows integer
Résultat Text

Property Details

$columns protected_oe property

protected int $columns
Résultat integer

$defaultExtras protected_oe property

protected string $defaultExtras
Résultat string

$enableRichText protected_oe property

protected bool $enableRichText
Résultat boolean

$format protected_oe property

protected string $format
Résultat string

$renderType protected_oe property

protected string $renderType
Résultat string

$rows protected_oe property

protected int $rows
Résultat integer