commit
d1ef145a6d
@ -131,17 +131,17 @@ class Categorie extends CommonObject
|
||||
public $element='category';
|
||||
public $table_element='categories';
|
||||
|
||||
var $fk_parent;
|
||||
var $label;
|
||||
var $description;
|
||||
public $fk_parent;
|
||||
public $label;
|
||||
public $description;
|
||||
/**
|
||||
* @var string Color
|
||||
*/
|
||||
var $color;
|
||||
public $color;
|
||||
/**
|
||||
* @var ???
|
||||
*/
|
||||
var $socid;
|
||||
public $socid;
|
||||
/**
|
||||
* @var int Category type
|
||||
*
|
||||
@ -154,10 +154,10 @@ class Categorie extends CommonObject
|
||||
* @see Categorie::TYPE_ACCOUNT
|
||||
* @see Categorie::TYPE_PROJECT
|
||||
*/
|
||||
var $type;
|
||||
public $type;
|
||||
|
||||
var $cats=array(); // Categories table in memory
|
||||
var $motherof=array();
|
||||
public $cats = array(); // Categories table in memory
|
||||
public $motherof = array();
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
||||
Loading…
Reference in New Issue
Block a user