ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
KundenstammdatenPflegeWS Class Reference
+ Collaboration diagram for KundenstammdatenPflegeWS:

Public Member Functions

 KundenstammdatenPflegeWS ()
 
 anlegenKunde ($customer)
 

Data Fields

 $_soapClient = NULL
 

Detailed Description

Definition at line 1036 of file class.ilPurchaseBMFGUI.php.

Member Function Documentation

◆ anlegenKunde()

KundenstammdatenPflegeWS::anlegenKunde (   $customer)

Definition at line 1049 of file class.ilPurchaseBMFGUI.php.

1050 {
1051 $bmfSetObj = ilBMFSettings::getInstance();
1052 $bmfConfig = $bmfSetObj->getAll();
1053
1054 $tmp = array(
1055 'mandantNr' => $bmfConfig["mandantNr"],
1056 'kunde' => $customer
1057 );
1058
1059 $result = $this->_soapClient->call("anlegenKunde", $tmp, "KundenstammdatenPflegeWS");
1060 return $result;
1061 }
$result
$bmfConfig
static getInstance()
Static method to get the singleton instance.

References $bmfConfig, $result, and ilBMFSettings\getInstance().

+ Here is the call graph for this function:

◆ KundenstammdatenPflegeWS()

KundenstammdatenPflegeWS::KundenstammdatenPflegeWS ( )

Definition at line 1041 of file class.ilPurchaseBMFGUI.php.

1042 {
1043 $bmfSetObj = ilBMFSettings::getInstance();
1044 $bmfConfig = $bmfSetObj->getAll();
1045
1046 $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"])));
1047 }

References $bmfConfig, and ilBMFSettings\getInstance().

+ Here is the call graph for this function:

Field Documentation

◆ $_soapClient

KundenstammdatenPflegeWS::$_soapClient = NULL

Definition at line 1039 of file class.ilPurchaseBMFGUI.php.


The documentation for this class was generated from the following file: