gwLobby = new GatewayLobby(); } public function addLobby($lobby) { $this->gwLobby->addLobby($lobby); } public function getlobbies() { $lobbies = $this->gwLobby->getlobbies(); return $lobbies; } }