You are here

function GoogleMiniResultIterator::__get in Google Search Appliance 5

Same name and namespace in other branches
  1. 6.2 GoogleMini.php \GoogleMiniResultIterator::__get()

File

./GoogleMini.php, line 353

Class

GoogleMiniResultIterator

Code

function __get($key) {
  return $this->payload->{$key};
}