You are here

function GoogleMiniResult::__get in Google Search Appliance 6.2

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

File

./GoogleMini.php, line 419

Class

GoogleMiniResult

Code

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