ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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 2058 of file class.ilPurchaseBMFGUI.php.

Member Function Documentation

Bankverbindung::Bankverbindung (   $values = "")

Definition at line 2062 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"]);
}
}
}

Field Documentation

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

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


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