コード例 #1
0
ファイル: Room.php プロジェクト: metaclass-nl/fit-shelf
 /** @return null 
  * @param string $name */
 public function rename($name)
 {
     $this->chat->renameRoom($this, $name);
     $this->name = $name;
 }