You are here

function DrupalGoogleMini::__construct in Google Search Appliance 6.2

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

Overrides GoogleMini::__construct

File

./DrupalGoogleMini.php, line 10

Class

DrupalGoogleMini

Code

function __construct($debug = FALSE, $debug_callback = NULL) {
  parent::__construct($debug, $debug_callback);
}