public function InvalidSelector::getMethod in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Exception/InvalidSelector.php \Zumba\GastonJS\Exception\InvalidSelector::getMethod()
Gets the method of selection
Return value
string
1 call to InvalidSelector::getMethod()
- InvalidSelector::message in vendor/
jcalderonzumba/ gastonjs/ src/ Exception/ InvalidSelector.php
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Exception/ InvalidSelector.php, line 14
Class
- InvalidSelector
- Class InvalidSelector @package Zumba\GastonJS\Exception
Namespace
Zumba\GastonJS\ExceptionCode
public function getMethod() {
return $this->response["error"]["args"][0];
}