Icicle\Http\Message\Response::getStatusCode PHP Method

getStatusCode() public method

Returns the response status code.
public getStatusCode ( ) : integer
return integer
    public function getStatusCode() : int;

Usage Example

Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getStatusCode() : int
 {
     return $this->message->getStatusCode();
 }