public function BrowserPageTrait::getBody in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageTrait.php \Zumba\GastonJS\Browser\BrowserPageTrait::getBody()
Returns the body of the response to a given browser request
Return value
mixed
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Browser/ BrowserPageTrait.php, line 22
Class
- BrowserPageTrait
- Trait BrowserPageTrait @package Zumba\GastonJS\Browser
Namespace
Zumba\GastonJS\BrowserCode
public function getBody() {
return $this
->command('body');
}