Public Member Functions | |
| Lastschrift ($customerNumber="", $values="") | |
Data Fields | |
| $OBJTypeNS = array ('namespace' => 'http://www.bff.bund.de/ePayment' , 'type' => 'Lastschrift') | |
Definition at line 1620 of file class.ilPurchaseBMFGUI.php.
| Lastschrift::Lastschrift | ( | $ | customerNumber = "", |
|
| $ | values = "" | |||
| ) |
Definition at line 1624 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);
}
}
| Lastschrift::$OBJTypeNS = array ('namespace' => 'http://www.bff.bund.de/ePayment' , 'type' => 'Lastschrift') |
Definition at line 1622 of file class.ilPurchaseBMFGUI.php.
1.7.1