function GoogleMiniResult::getMetaData in Google Search Appliance 5
Same name and namespace in other branches
- 6.2 GoogleMini.php \GoogleMiniResult::getMetaData()
File
- ./
GoogleMini.php, line 385
Class
Code
function getMetaData($key) {
if (!$this->metaData) {
$this
->buildMetaData();
}
return $this->metaData[$key];
}