StripLineBreaks::getLineBreaks PHP Method

getLineBreaks() public method

Gets the line-breaking characters.
public getLineBreaks ( ) : string
return string A String containing all the characters that are considered as line-breaking.
    function getLineBreaks()
    {
        return $this->_lineBreaks;
    }