trait BrowserFileTrait in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFileTrait.php \Zumba\GastonJS\Browser\BrowserFileTrait
Trait BrowserFileTrait @package Zumba\GastonJS\Browser
Hierarchy
- trait \Zumba\GastonJS\Browser\BrowserFileTrait
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Browser/ BrowserFileTrait.php, line 9
Namespace
Zumba\GastonJS\BrowserView source
trait BrowserFileTrait {
/**
* Selects a file to send to the browser to a given page
* @param $pageId
* @param $elementId
* @param $value
* @return mixed
*/
public function selectFile($pageId, $elementId, $value) {
return $this
->command('select_file', $pageId, $elementId, $value);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BrowserFileTrait:: |
public | function | Selects a file to send to the browser to a given page |