You are here

function DrupalGoogleMini::__construct in Google Search Appliance 5

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

Overrides GoogleMini::__construct

File

./DrupalGoogleMini.php, line 12

Class

DrupalGoogleMini

Code

function __construct($debug = false, $debug_callback = null) {
  parent::__construct($debug, $debug_callback);
}