public function Response::getStatus in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/browser-kit/Response.php \Symfony\Component\BrowserKit\Response::getStatus()
- 8 vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Response.php \Zumba\GastonJS\NetworkTraffic\Response::getStatus()
Same name and namespace in other branches
- 8.0 vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Response.php \Zumba\GastonJS\NetworkTraffic\Response::getStatus()
Gets the response status code
Return value
int
File
- vendor/
jcalderonzumba/ gastonjs/ src/ NetworkTraffic/ Response.php, line 31
Class
- Response
- Class Response @package Zumba\GastonJS\NetworkTraffic
Namespace
Zumba\GastonJS\NetworkTrafficCode
public function getStatus() {
return intval($this->data['status']);
}