You are here

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

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

File

gl_ws/client/SessionService2.php, line 43

Class

SessionService2
SessionService2 class

Code

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