Jarves\Configuration\Field::setMaxLength PHP Méthode

setMaxLength() public méthode

public setMaxLength ( integer $maxLength )
$maxLength integer
    public function setMaxLength($maxLength)
    {
        $this->maxLength = $maxLength;
    }
Field