*/
private $applications;
- /**
- * Constructor
- */
- public function __construct() {
- parent::__construct();
- }
-
/**
* Set phone
*
public function getApplications() {
return $this->applications;
}
-
- /**
- * Get roles
- *
- * @return array
- */
- public function getRoles() {
- //Return roles array
- //XXX: [ ROLE_USER, ROLE_XXX, ... ]
- return parent::getRoles();
- }
}