You are here

public function User::getName in Rocket.Chat 8.2

Return value

string|null

File

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

Class

User

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

public function getName() {
  return $this->name;
}