FluidTYPO3\Flux\Form\Field\Input::setMaxCharacters PHP Method

setMaxCharacters() public method

public setMaxCharacters ( integer $maxCharacters ) : Input
$maxCharacters integer
return Input
    public function setMaxCharacters($maxCharacters)
    {
        $this->maxCharacters = $maxCharacters;
        return $this;
    }