Jarves\Configuration\Field::setMaxLength PHP Method

setMaxLength() public method

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