PHP Class FluidTYPO3\Flux\Form\Field\Text

Inheritance: extends Input, implements FluidTYPO3\Flux\Form\FieldInterface
Datei anzeigen Open project: fluidtypo3/flux Class Usage Examples

Protected Properties

Property Type Description
$columns integer
$defaultExtras string
$enableRichText boolean
$format string
$renderType string
$rows integer

Public Methods

Method 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 method

public buildConfiguration ( ) : array
return array

getColumns() public method

public getColumns ( ) : integer
return integer

getDefaultExtras() public method

public getDefaultExtras ( ) : string
return string

getEnableRichText() public method

public getEnableRichText ( ) : boolean
return boolean

getFormat() public method

public getFormat ( ) : string
return string

getRenderType() public method

public getRenderType ( ) : string
return string

getRows() public method

public getRows ( ) : integer
return integer

setColumns() public method

public setColumns ( integer $columns ) : Text
$columns integer
return Text

setDefaultExtras() public method

public setDefaultExtras ( string $defaultExtras ) : Text
$defaultExtras string
return Text

setEnableRichText() public method

public setEnableRichText ( boolean $enableRichText ) : Text
$enableRichText boolean
return Text

setFormat() public method

public setFormat ( string $format )
$format string

setRenderType() public method

public setRenderType ( string $renderType )
$renderType string

setRows() public method

public setRows ( integer $rows ) : Text
$rows integer
return Text

Property Details

$columns protected_oe property

protected int $columns
return integer

$defaultExtras protected_oe property

protected string $defaultExtras
return string

$enableRichText protected_oe property

protected bool $enableRichText
return boolean

$format protected_oe property

protected string $format
return string

$renderType protected_oe property

protected string $renderType
return string

$rows protected_oe property

protected int $rows
return integer