◆ Bankverbindung()
Bankverbindung::Bankverbindung |
( |
|
$values = "" | ) |
|
Definition at line 1300 of file class.ilPurchaseBMFGUI.php.
References $_SESSION.
1304 $values =
$_SESSION[
"bmf"][
"debit_entry"];
1307 if (is_array($values))
1309 if ($values[
"kontoinhaber"] != NULL)
1311 $this->kontoinhaber = utf8_decode($values[
"kontoinhaber"]);
1313 if ($values[
"kontoNr"] != NULL)
1315 $this->kontoNr = utf8_decode($values[
"kontoNr"]);
1317 if ($values[
"BLZ"] != NULL)
1319 $this->BLZ = utf8_decode($values[
"BLZ"]);
◆ $OBJTypeNS
Bankverbindung::$OBJTypeNS = array ('namespace' => 'http://www.bff.bund.de/ePayment' , 'type' => 'Bankverbindung') |
The documentation for this class was generated from the following file: