Public Member Functions | Data Fields

Bankverbindung Class Reference

Public Member Functions

 Bankverbindung ($values="")

Data Fields

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

Detailed Description

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


Member Function Documentation

Bankverbindung::Bankverbindung ( values = ""  ) 

Definition at line 1670 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 1668 of file class.ilPurchaseBMFGUI.php.


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