You are here

public function WsConnector::__construct in Web Service Data 7

File

./wsdata.module, line 321
Main module for wsconfig

Class

WsConnector
Class definition for Web Service Connector

Code

public function __construct($endpoint) {
  $this->endpoint = trim($endpoint);
  $this->expires = 0;
  $this->cacheDefaultTime = 0;
  $this->cacheDefaultOverride = FALSE;
  $this->staleCache = FALSE;
}