ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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 2043 of file class.ilPurchaseBMFGUI.php.

Member Function Documentation

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

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

{
$this->EShopKundenNr = time() . "_" . substr(md5(uniqid(rand(), true)), 0, 4);
if ($customerNumber != "")
{
$this->EShopKundenNr = $customerNumber . "_" . time() . "_" . substr(md5(uniqid(rand(), true)), 0, 4);
}
}

Field Documentation

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

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


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