Public Member Functions | |
| Bankverbindung ($values="") | |
Data Fields | |
| $OBJTypeNS = array ('namespace' => 'http://www.bff.bund.de/ePayment' , 'type' => 'Bankverbindung') | |
Definition at line 1635 of file class.ilPurchaseBMFGUI.php.
| Bankverbindung::Bankverbindung | ( | $ | values = "" |
) |
Definition at line 1639 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"]);
}
}
}
| Bankverbindung::$OBJTypeNS = array ('namespace' => 'http://www.bff.bund.de/ePayment' , 'type' => 'Bankverbindung') |
Definition at line 1637 of file class.ilPurchaseBMFGUI.php.
1.7.1