PDConfig.inc.php in GlobalLink Connect for Drupal 7.7
File
gl_ws/glc/model/PDConfig.inc.phpView source
<?php
class PDConfig {
/**
* URL of the project director server to connect to.
*/
public $url;
/**
* Project director username.
*/
public $username;
/**
* Project director password.
*/
public $password;
/**
* [Optional] ProxyConfig configuration
*/
public $proxyConfig;
/**
* User-agent.
*/
public $userAgent;
}