You are here

function GLExchange::__construct in GlobalLink Connect for Drupal 7.7

* * Initialize Project Director connector * *

Parameters

* $connectionConfig: * PDConfig - Project Director Connection Configuration

File

gl_ws/glc/GLExchange.php, line 37

Class

GLExchange

Code

function __construct(\PDConfig $connectionConfig) {
  $this
    ->_setConnectionConfig($connectionConfig);
}