ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
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 }
< a tabindex="-1" style="border-style: none;" href="#" title="Refresh Image" onclick="document.getElementById('siimage').src = './securimage_show.php?sid=' + Math.random(); this.blur(); return false">< img src="./images/refresh.png" alt="Reload Image" height="32" width="32" onclick="this.blur()" align="bottom" border="0"/></a >< br/>< strong > Enter Code *if($_SERVER['REQUEST_METHOD']=='POST' &&@ $_POST['do']=='contact') $_SESSION['ctform']['success']

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: