Exemplo n.º 1
0
 public function __construct($parent, $db, $options = array())
 {
     //$this->contentType = 'text/html';//text/plain
     parent::__construct();
 }
Exemplo 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', '');
 }