You are here

function GoogleMiniResult::getMetaData in Google Search Appliance 5

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

File

./GoogleMini.php, line 385

Class

GoogleMiniResult

Code

function getMetaData($key) {
  if (!$this->metaData) {
    $this
      ->buildMetaData();
  }
  return $this->metaData[$key];
}