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();