ILIAS  release_4-4 Revision
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 1293 of file class.ilPurchaseBMFGUI.php.

Member Function Documentation

◆ Bankverbindung()

Bankverbindung::Bankverbindung (   $values = "")

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

References $_SESSION.

1298  {
1299  if ($values == "")
1300  {
1301  $values = $_SESSION["bmf"]["debit_entry"];
1302  }
1303 
1304  if (is_array($values))
1305  {
1306  if ($values["kontoinhaber"] != NULL)
1307  {
1308  $this->kontoinhaber = utf8_decode($values["kontoinhaber"]);
1309  }
1310  if ($values["kontoNr"] != NULL)
1311  {
1312  $this->kontoNr = utf8_decode($values["kontoNr"]);
1313  }
1314  if ($values["BLZ"] != NULL)
1315  {
1316  $this->BLZ = utf8_decode($values["BLZ"]);
1317  }
1318  }
1319  }
< 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']

Field Documentation

◆ $OBJTypeNS

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

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


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