Public Member Functions | |
Bankverbindung ($values="") | |
Data Fields | |
$OBJTypeNS = array ('namespace' => 'http://www.bff.bund.de/ePayment' , 'type' => 'Bankverbindung') |
Definition at line 1666 of file class.ilPurchaseBMFGUI.php.
Bankverbindung::Bankverbindung | ( | $ | values = "" |
) |
Definition at line 1670 of file class.ilPurchaseBMFGUI.php.
References $_SESSION.
{ if ($values == "") { $values = $_SESSION["bmf"]["debit_entry"]; } if (is_array($values)) { if ($values["kontoinhaber"] != NULL) { $this->kontoinhaber = utf8_decode($values["kontoinhaber"]); } if ($values["kontoNr"] != NULL) { $this->kontoNr = utf8_decode($values["kontoNr"]); } if ($values["BLZ"] != NULL) { $this->BLZ = utf8_decode($values["BLZ"]); } } }
Bankverbindung::$OBJTypeNS = array ('namespace' => 'http://www.bff.bund.de/ePayment' , 'type' => 'Bankverbindung') |
Definition at line 1668 of file class.ilPurchaseBMFGUI.php.