Add missing User::$roles definition

refs #10887
This commit is contained in:
Alexander A. Klimov 2016-03-24 16:34:32 +01:00
parent df0d3aaf1e
commit c6eb3cd2c7
1 changed files with 7 additions and 0 deletions

View File

@ -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
* *