public function BrowserPageTrait::getStatusCode in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageTrait.php \Zumba\GastonJS\Browser\BrowserPageTrait::getStatusCode()
Gets the status code of the request we are currently in
Return value
mixed
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Browser/ BrowserPageTrait.php, line 14
Class
- BrowserPageTrait
- Trait BrowserPageTrait @package Zumba\GastonJS\Browser
Namespace
Zumba\GastonJS\BrowserCode
public function getStatusCode() {
return $this
->command('status_code');
}