You are here

function GoogleMiniResultIterator::current in Google Search Appliance 5

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

File

./GoogleMini.php, line 348

Class

GoogleMiniResultIterator

Code

function current() {
  $result = parent::current();
  return new GoogleMiniResult($result);
}