Пример #1
0
 /** @param String $roomName 
  * @return boolean */
 public function createsRoom($roomName)
 {
     //COPY:ALL
     $this->chat->createRoom($roomName, $this->user);
     //COPY:ALL
     return true;
     //COPY:ALL
 }