FluidTYPO3\Flux\Form\AbstractMultiValueFormField::setMaxItems PHP Method

setMaxItems() public method

public setMaxItems ( integer $maxItems ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$maxItems integer
return FluidTYPO3\Flux\Form\MultiValueFieldInterface
    public function setMaxItems($maxItems)
    {
        $this->maxItems = $maxItems;
        return $this;
    }