<?php
   $objNightClub = new NightClub('Rotunda');
   print "Witamy w " . $objNightClub->name . ".<br>\n";
?>