public function ProjectService2::ProjectService2 in GlobalLink Connect for Drupal 7.5
Same name and namespace in other branches
- 7.6 gl_ws/client/ProjectService2.php \ProjectService2::ProjectService2()
File
- gl_ws/
client/ ProjectService2.php, line 639
Class
- ProjectService2
- ProjectService2 class
Code
public function ProjectService2($wsdl = 'http://localhost:8080/pd4/services/ProjectService2?wsdl', $options = array()) {
foreach (self::$classmap as $key => $value) {
if (!isset($options['classmap'][$key])) {
$options['classmap'][$key] = $value;
}
}
parent::__construct($wsdl, $options);
}