public function ProjectService2::getUserProjects in GlobalLink Connect for Drupal 7.5
Same name and namespace in other branches
- 7.6 gl_ws/client/ProjectService2.php \ProjectService2::getUserProjects()
Gets user projects.
Parameters
getUserProjects $parameters:
Return value
getUserProjectsResponse
File
- gl_ws/
client/ ProjectService2.php, line 670
Class
- ProjectService2
- ProjectService2 class
Code
public function getUserProjects(getUserProjects $parameters) {
return $this
->__soapCall('getUserProjects', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}