LdapTools\Ldif\LdifStringBuilderTrait::setMaxLineLength PHP Method

setMaxLineLength() public method

Set the max length for a line before the value is folded (continued on the next line).
public setMaxLineLength ( integer $length )
$length integer
    public function setMaxLineLength($length)
    {
        $this->maxLineLength = $length;
        return $this;
    }