noalyss  Version-6.7.2
Public Member Functions | Data Fields
Bank Class Reference

class admin are a specific kind of card More...

Inheritance diagram for Bank:
Fiche

Public Member Functions

 __construct ($p_cn, $p_id=0)
 Constructor /* only a db connection is needed.

Data Fields

 $country
 $cp
 $name
 $street
 $vat_number

Detailed Description

class admin are a specific kind of card

Definition at line 37 of file class_bank.php.


Constructor & Destructor Documentation

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) ;
    }

Field Documentation

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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations