ILIAS  release_4-4 Revision
KundenstammdatenPflegeWS Class Reference
+ Collaboration diagram for KundenstammdatenPflegeWS:

Public Member Functions

 KundenstammdatenPflegeWS ()
 
 anlegenKunde ($customer)
 

Data Fields

 $_soapClient = NULL
 

Detailed Description

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

Member Function Documentation

◆ anlegenKunde()

KundenstammdatenPflegeWS::anlegenKunde (   $customer)

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

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

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

◆ KundenstammdatenPflegeWS()

KundenstammdatenPflegeWS::KundenstammdatenPflegeWS ( )

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

References $bmfConfig, and ilBMFSettings\getInstance().

1039  {
1040  $bmfSetObj = ilBMFSettings::getInstance();
1041  $bmfConfig = $bmfSetObj->getAll();
1042 
1043  $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"])));
1044  }
static getInstance()
Static method to get the singleton instance.
$bmfConfig
+ Here is the call graph for this function:

Field Documentation

◆ $_soapClient

KundenstammdatenPflegeWS::$_soapClient = NULL

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


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