function GoogleMiniResult::__get in Google Search Appliance 5
Same name and namespace in other branches
- 6.2 GoogleMini.php \GoogleMiniResult::__get()
File
- ./
GoogleMini.php, line 381
Class
Code
function __get($key) {
return $this->result->{$key};
}