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

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

Inheritance diagram for Manager:
Fiche

Public Member Functions

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

Data Fields

 $country
 $cp
 $first_name
 $name
 $poste
 $street
 $vat_number

Detailed Description

class Supplier are a specific kind of card

Definition at line 37 of file class_manager.php.


Constructor & Destructor Documentation

Manager::__construct ( p_cn,
p_id = 0 
)

Constructor /* only a db connection is needed.

Reimplemented from Fiche.

Definition at line 50 of file class_manager.php.

    {
        $this->fiche_def_ref=FICHE_TYPE_EMPL;
        parent::__construct($p_cn,$p_id) ;

    }

Field Documentation

Manager::$country

$country Country

Definition at line 44 of file class_manager.php.

Manager::$cp

$cp Zip code

Definition at line 45 of file class_manager.php.

Manager::$first_name

Definition at line 42 of file class_manager.php.

Manager::$name

$name name of the company

Definition at line 41 of file class_manager.php.

Manager::$poste

$poste poste comptable

Definition at line 40 of file class_manager.php.

Manager::$street

$street Street

Definition at line 43 of file class_manager.php.

Manager::$vat_number

$vat_number vat number

Definition at line 46 of file class_manager.php.


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