示例#1
0
 /** @return null 
  * @param string $name */
 public function rename($name)
 {
     $this->chat->renameRoom($this, $name);
     $this->name = $name;
 }