getStatusCode() public method

Returns the response status code.
public getStatusCode ( ) : integer
return integer
Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getStatusCode() : int
 {
     return $this->message->getStatusCode();
 }