You are here

function GoogleMiniResult::__construct in Google Search Appliance 5

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

File

./GoogleMini.php, line 377

Class

GoogleMiniResult

Code

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