LdapTools\Ldif\LdifStringBuilderTrait::getLineFolding PHP Method

getLineFolding() public method

Get whether or not lines exceeding a certain length should be folded (continued on the next line)
public getLineFolding ( ) : boolean
return boolean
    public function getLineFolding()
    {
        return $this->lineFolding;
    }