roles; } /** * @param array $roles */ public function setRoles($roles) { $this->roles = $roles; } /** * @return array */ public function getTenancies() { return $this->tenancies; } /** * @param array $tenancies */ public function setTenancies($tenancies) { $this->tenancies = $tenancies; } /** * @return array */ public function getTenancyCurrent() { return $this->tenancyCurrent; } /** * @param array $tenancyCurrent */ public function setTenancyCurrent($tenancyCurrent) { $this->tenancyCurrent = $tenancyCurrent; } }