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

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

Get the max length for a line before the value is folded (continued on the next line).
public getMaxLineLength ( ) : integer
Результат integer
    public function getMaxLineLength()
    {
        return $this->maxLineLength;
    }