You are here

public function User::setName in Rocket.Chat 8.2

Parameters

string|null $name:

Return value

User

File

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

Class

User

Namespace

Drupal\rocket_chat_api\RocketChat\Element

Code

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