You are here

public function ProjectService2::getUserProjects in GlobalLink Connect for Drupal 7.6

Same name and namespace in other branches
  1. 7.5 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' => '',
  ));
}