PHP Class FluidTYPO3\Flux\Form\AbstractMultiValueFormField

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

Protected Properties

Свойство Type Description
$itemListStyle string
$maxItems integer
$minItems integer
$multiple boolean
$renderMode string
$selectedListStyle string
$size integer

Méthodes publiques

Méthode Description
getItemListStyle ( ) : string
getMaxItems ( ) : integer
getMinItems ( ) : integer
getMultiple ( ) : boolean
getRenderMode ( ) : string
getRenderType ( ) : string
getSelectedListStyle ( ) : string
getSize ( ) : integer
prepareConfiguration ( string $type ) : array
setItemListStyle ( string $itemListStyle ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setMaxItems ( integer $maxItems ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setMinItems ( integer $minItems ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setMultiple ( boolean $multiple ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setRenderMode ( string $renderMode ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setRenderType ( string $renderType ) : void
setSelectedListStyle ( string $selectedListStyle ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setSize ( integer $size ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface

Method Details

getItemListStyle() public méthode

public getItemListStyle ( ) : string
Résultat string

getMaxItems() public méthode

public getMaxItems ( ) : integer
Résultat integer

getMinItems() public méthode

public getMinItems ( ) : integer
Résultat integer

getMultiple() public méthode

public getMultiple ( ) : boolean
Résultat boolean

getRenderMode() public méthode

public getRenderMode ( ) : string
Résultat string

getRenderType() public méthode

public getRenderType ( ) : string
Résultat string

getSelectedListStyle() public méthode

public getSelectedListStyle ( ) : string
Résultat string

getSize() public méthode

public getSize ( ) : integer
Résultat integer

prepareConfiguration() public méthode

public prepareConfiguration ( string $type ) : array
$type string
Résultat array

setItemListStyle() public méthode

public setItemListStyle ( string $itemListStyle ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$itemListStyle string
Résultat FluidTYPO3\Flux\Form\MultiValueFieldInterface

setMaxItems() public méthode

public setMaxItems ( integer $maxItems ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$maxItems integer
Résultat FluidTYPO3\Flux\Form\MultiValueFieldInterface

setMinItems() public méthode

public setMinItems ( integer $minItems ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$minItems integer
Résultat FluidTYPO3\Flux\Form\MultiValueFieldInterface

setMultiple() public méthode

public setMultiple ( boolean $multiple ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$multiple boolean
Résultat FluidTYPO3\Flux\Form\MultiValueFieldInterface

setRenderMode() public méthode

public setRenderMode ( string $renderMode ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$renderMode string
Résultat FluidTYPO3\Flux\Form\MultiValueFieldInterface

setRenderType() public méthode

public setRenderType ( string $renderType ) : void
$renderType string
Résultat void

setSelectedListStyle() public méthode

public setSelectedListStyle ( string $selectedListStyle ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$selectedListStyle string
Résultat FluidTYPO3\Flux\Form\MultiValueFieldInterface

setSize() public méthode

public setSize ( integer $size ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$size integer
Résultat FluidTYPO3\Flux\Form\MultiValueFieldInterface

Property Details

$itemListStyle protected_oe property

protected string $itemListStyle
Résultat string

$maxItems protected_oe property

protected int $maxItems
Résultat integer

$minItems protected_oe property

protected int $minItems
Résultat integer

$multiple protected_oe property

protected bool $multiple
Résultat boolean

$renderMode protected_oe property

protected string $renderMode
Résultat string

$selectedListStyle protected_oe property

protected string $selectedListStyle
Résultat string

$size protected_oe property

protected int $size
Résultat integer