You are here

public function DocumentService2::DocumentService2 in GlobalLink Connect for Drupal 7.6

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

File

gl_ws/client/DocumentService2.php, line 659

Class

DocumentService2
DocumentService2 class

Code

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