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