uid = $lobby->uid; $this->name = $lobby->name; foreach ($lobby->pros as $pro) { $this->pros[] = new LobbyProModel($pro); } } }