function GoogleMiniResult::__construct in Google Search Appliance 5
Same name and namespace in other branches
- 6.2 GoogleMini.php \GoogleMiniResult::__construct()
File
- ./
GoogleMini.php, line 377
Class
Code
function __construct($result) {
$this->result = $result;
}