You are here

function GoogleMiniResultIterator::current in Google Search Appliance 6.2

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

File

./GoogleMini.php, line 373

Class

GoogleMiniResultIterator

Code

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