commit
758353c66b
@ -42,22 +42,24 @@ class Ctypent // extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $errors = array();
|
public $errors = array();
|
||||||
|
|
||||||
//var $element='ctypent'; //!< Id that identify managed objects
|
// public $element = 'ctypent'; //!< Id that identify managed objects
|
||||||
//var $table_element='ctypent'; //!< Name of table without prefix where object is stored
|
// public $table_element = 'ctypent'; //!< Name of table without prefix where object is stored
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int ID
|
||||||
*/
|
*/
|
||||||
public $id;
|
public $id;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID of country
|
||||||
|
*/
|
||||||
|
public $country_id;
|
||||||
|
|
||||||
public $code;
|
public $code;
|
||||||
public $libelle;
|
public $libelle;
|
||||||
public $active;
|
public $active;
|
||||||
public $module;
|
public $module;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user