function DrupalGoogleMini::__construct in Google Search Appliance 5
Same name and namespace in other branches
- 6.2 DrupalGoogleMini.php \DrupalGoogleMini::__construct()
Overrides GoogleMini::__construct
File
- ./
DrupalGoogleMini.php, line 12
Class
Code
function __construct($debug = false, $debug_callback = null) {
parent::__construct($debug, $debug_callback);
}