ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
Lastschrift Class Reference
+ Collaboration diagram for Lastschrift:

Public Member Functions

 Lastschrift ($customerNumber="", $values="")
 

Data Fields

 $OBJTypeNS = array ('namespace' => 'http://www.bff.bund.de/ePayment' , 'type' => 'Lastschrift')
 

Detailed Description

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

Member Function Documentation

◆ Lastschrift()

Lastschrift::Lastschrift (   $customerNumber = "",
  $values = "" 
)

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

1286  {
1287  $this->EShopKundenNr = time() . "_" . substr(md5(uniqid(rand(), true)), 0, 4);
1288  if ($customerNumber != "")
1289  {
1290  $this->EShopKundenNr = $customerNumber . "_" . time() . "_" . substr(md5(uniqid(rand(), true)), 0, 4);
1291  }
1292  }

Field Documentation

◆ $OBJTypeNS

Lastschrift::$OBJTypeNS = array ('namespace' => 'http://www.bff.bund.de/ePayment' , 'type' => 'Lastschrift')

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


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