You are here

class ServicesClientConnectionServer in Services Client 7

Same name and namespace in other branches
  1. 7.2 services_client_connection/include/plugin.inc \ServicesClientConnectionServer

Hierarchy

Expanded class hierarchy of ServicesClientConnectionServer

2 string references to 'ServicesClientConnectionServer'
services_client_connection_get_plugin_default in services_client_connection/services_client_connection.module
Get default plugin name for type
_services_client_connection_server in services_client_connection/include/plugin_definition.inc
List of server plugins provided by module

File

services_client_connection/include/plugin.inc, line 85
Base plugin definitions. All other plugins should be extended from this set of plugins.

View source
class ServicesClientConnectionServer extends ServicesClientConnectionPlugin {

}

Members

Namesort descending Modifiers Type Description Overrides
ServicesClientConnectionPlugin::$client protected property Reference to client
ServicesClientConnectionPlugin::$config protected property Plugin specific configuration
ServicesClientConnectionPlugin::$connection protected property Connection definition
ServicesClientConnectionPlugin::configForm public function Configuration form options 5
ServicesClientConnectionPlugin::configFormSubmit public function 5
ServicesClientConnectionPlugin::configFormValidate public function 1
ServicesClientConnectionPlugin::prepareRequest public function Allows module to alter data in process of request 5
ServicesClientConnectionPlugin::processResponse public function 2
ServicesClientConnectionPlugin::__construct public function 1