|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for sspmod_cdc_Client:Public Member Functions | |
| __construct ($domain) | |
| Initialize a CDC client. More... | |
| getResponse () | |
| Receive a CDC response. More... | |
| sendRequest ($returnTo, $op, array $params=array()) | |
| Send a request. More... | |
Private Attributes | |
| $domain | |
| $server | |
Definition at line 8 of file Client.php.
| sspmod_cdc_Client::__construct | ( | $domain | ) |
Initialize a CDC client.
| string | $domain | The domain we should query the server for. |
Definition at line 31 of file Client.php.
References $domain.
| sspmod_cdc_Client::getResponse | ( | ) |
Receive a CDC response.
Definition at line 44 of file Client.php.
| sspmod_cdc_Client::sendRequest | ( | $returnTo, | |
| $op, | |||
| array | $params = array() |
||
| ) |
Send a request.
| string | $returnTo | The URL we should return to afterwards. |
| string | $op | The operation we are performing. |
| array | $params | Additional parameters. |
Definition at line 57 of file Client.php.
|
private |
Definition at line 15 of file Client.php.
Referenced by __construct().
|
private |
Definition at line 23 of file Client.php.