PrefixLines::getPrefix PHP Method

getPrefix() public method

Returns the prefix which will be added at the start of each input line.
public getPrefix ( ) : string
return string The prefix which will be added at the start of each input line
    function getPrefix()
    {
        return $this->_prefix;
    }