예제 #1
0
 public function __construct($db)
 {
     $this->cache = new cache($db, "googlemaps");
     parent::__construct($this->hostname);
 }
예제 #2
0
파일: proxy.php 프로젝트: Git-Host/proxy
 public function __construct($config, $host, $port = null)
 {
     $this->config = $config;
     parent::__construct($host, $port);
 }
예제 #3
0
 public function __construct($payload = '')
 {
     parent::__construct();
     $this->payload = $payload;
 }
예제 #4
0
 public function __construct($proxy_hostname, $host, $port = null)
 {
     $this->proxy_hostname = $proxy_hostname;
     parent::__construct($host, $port);
 }