public function BrowserHeadersTrait::getHeaders in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserHeadersTrait.php \Zumba\GastonJS\Browser\BrowserHeadersTrait::getHeaders()
Returns the headers of the current page that will be used the next request
Return value
mixed
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Browser/ BrowserHeadersTrait.php, line 14
Class
- BrowserHeadersTrait
- Trait BrowserHeadersTrait @package Zumba\GastonJS\Browser
Namespace
Zumba\GastonJS\BrowserCode
public function getHeaders() {
return $this
->command('get_headers');
}