ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
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.

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

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
static getInstance()
Static method to get the singleton instance.
$bmfConfig
+ Here is the call graph for this function:

◆ KundenstammdatenPflegeWS()

KundenstammdatenPflegeWS::KundenstammdatenPflegeWS ( )

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

References $bmfConfig, and ilBMFSettings\getInstance().

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  }
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 1039 of file class.ilPurchaseBMFGUI.php.


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