public function BrowserPageTrait::getSource in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageTrait.php \Zumba\GastonJS\Browser\BrowserPageTrait::getSource()
Returns the source of the current page
Return value
mixed
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Browser/ BrowserPageTrait.php, line 30
Class
- BrowserPageTrait
- Trait BrowserPageTrait @package Zumba\GastonJS\Browser
Namespace
Zumba\GastonJS\BrowserCode
public function getSource() {
return $this
->command('source');
}