ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 45 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 58 of file Client.php.
References PHPMailer\PHPMailer\$params, and $returnTo.
|
private |
Definition at line 15 of file Client.php.
Referenced by __construct().
|
private |
Definition at line 23 of file Client.php.