PrefixLines::getPrefix PHP Метод

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

Returns the prefix which will be added at the start of each input line.
public getPrefix ( ) : string
Результат string The prefix which will be added at the start of each input line
    function getPrefix()
    {
        return $this->_prefix;
    }