You are here

public function TargetService2::TargetService2 in GlobalLink Connect for Drupal 7.5

Same name and namespace in other branches
  1. 7.6 gl_ws/client/TargetService2.php \TargetService2::TargetService2()

File

gl_ws/client/TargetService2.php, line 767

Class

TargetService2
TargetService2 class

Code

public function TargetService2($wsdl = 'http://localhost:8080/pd4/services/TargetService2?wsdl', $options = array()) {
  foreach (self::$classmap as $key => $value) {
    if (!isset($options['classmap'][$key])) {
      $options['classmap'][$key] = $value;
    }
  }
  parent::__construct($wsdl, $options);
}