You are here

public function Response::getStatusText in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Response.php \Zumba\GastonJS\NetworkTraffic\Response::getStatusText()

Gets the status text of the response

Return value

string

File

vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Response.php, line 39

Class

Response
Class Response @package Zumba\GastonJS\NetworkTraffic

Namespace

Zumba\GastonJS\NetworkTraffic

Code

public function getStatusText() {
  return $this->data['statusText'];
}