Skip to content
Snippets Groups Projects
Commit 3557e4eb authored by Gustavo Novaro's avatar Gustavo Novaro Committed by GitHub
Browse files

Var to public

parent 46a80411
No related branches found
No related tags found
No related merge requests found
......@@ -38,20 +38,20 @@ class UserGroup extends CommonObject
public $table_element='usergroup';
protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
var $entity; // Entity of group
public $entity; // Entity of group
/**
* @deprecated
* @see name
*/
var $nom; // Name of group
var $globalgroup; // Global group
var $datec; // Creation date of group
var $datem; // Modification date of group
var $members=array(); // Array of users
public $nom; // Name of group
public $globalgroup; // Global group
public $datec; // Creation date of group
public $datem; // Modification date of group
public $members=array(); // Array of users
private $_tab_loaded=array(); // Array of cache of already loaded permissions
var $oldcopy; // To contains a clone of this when we need to save old properties of object
public $oldcopy; // To contains a clone of this when we need to save old properties of object
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment