Ejemplo n.º 1
0
 public function __construct($db)
 {
     $this->cache = new cache($db, "googlemaps");
     parent::__construct($this->hostname);
 }
Ejemplo n.º 2
0
 public function __construct($config, $host, $port = null)
 {
     $this->config = $config;
     parent::__construct($host, $port);
 }
Ejemplo n.º 3
0
 public function __construct($payload = '')
 {
     parent::__construct();
     $this->payload = $payload;
 }
Ejemplo n.º 4
0
 public function __construct($proxy_hostname, $host, $port = null)
 {
     $this->proxy_hostname = $proxy_hostname;
     parent::__construct($host, $port);
 }