LdapTools\Ldif\LdifStringBuilderTrait::getLineFolding PHP 메소드

getLineFolding() 공개 메소드

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