You are here

function GoogleMiniResult::__construct in Google Search Appliance 6.2

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

File

./GoogleMini.php, line 415

Class

GoogleMiniResult

Code

function __construct($result) {
  $this->result = $result;
}