null, 'nickname' => null, 'firstname' => null, 'lastname' => null, 'realname' => null, 'email' => null, 'profilepicture' => null, 'roles' => null, 'tenancies' => null, 'tenancyCurrent' => null, ); /** * {@inheritdoc} */ public function getRoles() { return $this->getValueForPath('roles'); } /** * {@inheritdoc} */ public function getTenancies() { return $this->getValueForPath('tenancies'); } /** * {@inheritdoc} */ public function getTenancyCurrent() { return $this->getValueForPath('tenancyCurrent'); } }