PHP Class FluidTYPO3\Flux\Form\Field\Input

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

Protected Properties

Свойство Type Description
$maxCharacters integer
$maximum integer
$minimum integer
$placeholder string
$size integer

Méthodes publiques

Méthode Description
buildConfiguration ( ) : array
getMaxCharacters ( ) : integer
getMaximum ( ) : integer
getMinimum ( ) : integer
getPlaceholder ( ) : string
getSize ( ) : integer
setMaxCharacters ( integer $maxCharacters ) : Input
setMaximum ( integer $maximum ) : Input
setMinimum ( integer $minimum ) : Input
setPlaceholder ( string $placeholder ) : Input
setSize ( integer $size ) : Input

Method Details

buildConfiguration() public méthode

public buildConfiguration ( ) : array
Résultat array

getMaxCharacters() public méthode

public getMaxCharacters ( ) : integer
Résultat integer

getMaximum() public méthode

public getMaximum ( ) : integer
Résultat integer

getMinimum() public méthode

public getMinimum ( ) : integer
Résultat integer

getPlaceholder() public méthode

public getPlaceholder ( ) : string
Résultat string

getSize() public méthode

public getSize ( ) : integer
Résultat integer

setMaxCharacters() public méthode

public setMaxCharacters ( integer $maxCharacters ) : Input
$maxCharacters integer
Résultat Input

setMaximum() public méthode

public setMaximum ( integer $maximum ) : Input
$maximum integer
Résultat Input

setMinimum() public méthode

public setMinimum ( integer $minimum ) : Input
$minimum integer
Résultat Input

setPlaceholder() public méthode

public setPlaceholder ( string $placeholder ) : Input
$placeholder string
Résultat Input

setSize() public méthode

public setSize ( integer $size ) : Input
$size integer
Résultat Input

Property Details

$maxCharacters protected_oe property

protected int $maxCharacters
Résultat integer

$maximum protected_oe property

protected int $maximum
Résultat integer

$minimum protected_oe property

protected int $minimum
Résultat integer

$placeholder protected_oe property

protected string $placeholder
Résultat string

$size protected_oe property

protected int $size
Résultat integer