You are here

public function User::getEmail in Rocket.Chat 8.2

Return value

string|null

File

modules/rocket_chat_api/src/RocketChat/Element/User.php, line 54

Class

User

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

public function getEmail() {
  return $this->email;
}