class PDConfig in GlobalLink Connect for Drupal 7.7
Hierarchy
- class \PDConfig
Expanded class hierarchy of PDConfig
File
- gl_ws/
glc/ model/ PDConfig.inc.php, line 2
View source
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;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PDConfig:: |
public | property | Project director password. | |
PDConfig:: |
public | property | [Optional] ProxyConfig configuration | |
PDConfig:: |
public | property | URL of the project director server to connect to. | |
PDConfig:: |
public | property | User-agent. | |
PDConfig:: |
public | property | Project director username. |