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