getReasonPhrase() public method

Returns the reason phrase describing the status code.
public getReasonPhrase ( ) : string
return string
コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function getReasonPhrase() : string
 {
     return $this->message->getReasonPhrase();
 }