You are here

function GoogleMiniResult::getMetaData in Google Search Appliance 6.2

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

File

./GoogleMini.php, line 423

Class

GoogleMiniResult

Code

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