You are here

function wsclient_access in Web service client 7

File

./wsclient.module, line 22
Web service client - module file.

Code

function wsclient_access($service) {
  return $service
    ->access();
}