Neos\Flow\Http\AbstractMessage::getStartLine PHP Метод

getStartLine() абстрактный публичный Метод

Returns the first line of this message, which is the Request's Request-Line or the Response's Status-Line.
См. также: http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html chapter 4.1 "Message Types"
abstract public getStartLine ( ) : string
Результат string The first line of the message
    public abstract function getStartLine();