You are here

class SampleConnector in Web Service Data 7

Sample implementation of WsConnector

This class is responsible for handling the web service requests for all CRUD operations. The class can contain all functionality for making a given request (i.e. http request) or is can wrap another set of functions into it (ex: restclient).

Hierarchy

Expanded class hierarchy of SampleConnector

File

modules/wsconfig/wsconfig.api.php, line 147
Describe the file

View source
class SampleConnector extends WsConnector {

}

Members

Namesort descending Modifiers Type Description Overrides
WsConnector::$cacheDefaultOverride protected property
WsConnector::$cacheDefaultTime protected property
WsConnector::$endpoint protected property
WsConnector::$error protected property
WsConnector::$expires protected property
WsConnector::$languagePlugins protected property
WsConnector::$staleCache protected property
WsConnector::clearError protected function
WsConnector::create public function
WsConnector::defaultCache public function
WsConnector::delete public function
WsConnector::expires public function
WsConnector::getEndpoint public function
WsConnector::getError public function
WsConnector::getMethods abstract function
WsConnector::getSupportedLanguagePlugins public function Return the list of supported language handling plugins
WsConnector::index public function
WsConnector::isDegraded public function
WsConnector::read public function
WsConnector::setError protected function
WsConnector::supportsCaching public function
WsConnector::update public function
WsConnector::wscall abstract public function
WsConnector::__construct public function