Public Member Functions | |
| KundenstammdatenPflegeWS () | |
| anlegenKunde ($customer) | |
Data Fields | |
| $_soapClient = NULL | |
Definition at line 1754 of file class.ilPurchaseBMFGUI.php.
| KundenstammdatenPflegeWS::anlegenKunde | ( | $ | customer | ) |
Definition at line 1767 of file class.ilPurchaseBMFGUI.php.
References $bmfConfig, and ilBMFSettings::getInstance().
{
$bmfSetObj = ilBMFSettings::getInstance();
$bmfConfig = $bmfSetObj->getAll();
$tmp = array(
'mandantNr' => $bmfConfig["mandantNr"],
'kunde' => $customer
);
$result = $this->_soapClient->call("anlegenKunde", $tmp, "KundenstammdatenPflegeWS");
return $result;
}
Here is the call graph for this function:| KundenstammdatenPflegeWS::KundenstammdatenPflegeWS | ( | ) |
Definition at line 1759 of file class.ilPurchaseBMFGUI.php.
References $bmfConfig, and ilBMFSettings::getInstance().
{
$bmfSetObj = ilBMFSettings::getInstance();
$bmfConfig = $bmfSetObj->getAll();
$this->_soapClient = new ilBMFClient($bmfConfig["ePaymentServer"], false, false, array('curl' => array(CURLOPT_SSLCERT => $bmfConfig["clientCertificate"], CURLE_SSL_PEER_CERTIFICATE => $bmfConfig["caCertificate"], CURLOPT_TIMEOUT => (int)$bmfConfig["timeOut"])));
}
Here is the call graph for this function:| KundenstammdatenPflegeWS::$_soapClient = NULL |
Definition at line 1757 of file class.ilPurchaseBMFGUI.php.
1.7.1