ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
Bankverbindung Class Reference
+ Collaboration diagram for Bankverbindung:

Public Member Functions

 Bankverbindung ($values="")
 

Data Fields

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

Detailed Description

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

Member Function Documentation

◆ Bankverbindung()

Bankverbindung::Bankverbindung (   $values = "")

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

1301 {
1302 if ($values == "")
1303 {
1304 $values = $_SESSION["bmf"]["debit_entry"];
1305 }
1306
1307 if (is_array($values))
1308 {
1309 if ($values["kontoinhaber"] != NULL)
1310 {
1311 $this->kontoinhaber = utf8_decode($values["kontoinhaber"]);
1312 }
1313 if ($values["kontoNr"] != NULL)
1314 {
1315 $this->kontoNr = utf8_decode($values["kontoNr"]);
1316 }
1317 if ($values["BLZ"] != NULL)
1318 {
1319 $this->BLZ = utf8_decode($values["BLZ"]);
1320 }
1321 }
1322 }
$_SESSION["AccountId"]

References $_SESSION.

Field Documentation

◆ $OBJTypeNS

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

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


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