|
noalyss
Version-6.7.2
|
class admin are a specific kind of card More...
Public Member Functions | |
| __construct ($p_cn, $p_id=0) | |
| Constructor /* only a db connection is needed. | |
Data Fields | |
| $country | |
| $cp | |
| $name | |
| $street | |
| $vat_number | |
class admin are a specific kind of card
Definition at line 37 of file class_bank.php.
| Bank::__construct | ( | $ | p_cn, |
| $ | p_id = 0 |
||
| ) |
Constructor /* only a db connection is needed.
Reimplemented from Fiche.
Definition at line 48 of file class_bank.php.
{
$this->fiche_def_ref=FICHE_TYPE_FIN;
parent::__construct($p_cn,$p_id) ;
}
| Bank::$country |
$country Country
Definition at line 42 of file class_bank.php.
| Bank::$cp |
$cp Zip code
Definition at line 43 of file class_bank.php.
| Bank::$name |
$name name of the company
Definition at line 40 of file class_bank.php.
| Bank::$street |
$street Street
Definition at line 41 of file class_bank.php.
| Bank::$vat_number |
$vat_number vat number
Definition at line 44 of file class_bank.php.