LdapTools\Ldif\LdifStringBuilderTrait::getMaxLineLength PHP Method

getMaxLineLength() public method

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