コード例 #1
0
 public function __construct($parent, $db, $options = array())
 {
     //$this->contentType = 'text/html';//text/plain
     parent::__construct();
 }
コード例 #2
0
ファイル: google.php プロジェクト: thumbs-up-sign/TuVanDuAn
 public function __construct($parent, $db, $options = array())
 {
     //$this->contentType = 'text/html';//text/plain
     parent::__construct();
     $this->_apiKey = $this->params->get('google_browser_api_key', '');
 }