parent
df0d3aaf1e
commit
c6eb3cd2c7
|
@ -92,6 +92,13 @@ class User
|
||||||
*/
|
*/
|
||||||
protected $groups = array();
|
protected $groups = array();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Roles of this user
|
||||||
|
*
|
||||||
|
* @var Role[]
|
||||||
|
*/
|
||||||
|
protected $roles = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Preferences object
|
* Preferences object
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue