LdapTools\Ldif\LdifStringBuilderTrait::setMaxLineLength PHP Метод

setMaxLineLength() публичный Метод

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;
    }