Esempio n. 1
0
 public function __construct($parent, $db, $options = array())
 {
     //$this->contentType = 'text/html';//text/plain
     parent::__construct();
 }
Esempio n. 2
0
 public function __construct($parent, $db, $options = array())
 {
     //$this->contentType = 'text/html';//text/plain
     parent::__construct();
     $this->_apiKey = $this->params->get('google_browser_api_key', '');
 }