static Harbor.createHarbor ( harborName  )  [static, final]

Definition at line 44 of file class_Harbor.php.

References $harborName.

00044                                                                 {
00045                 // Hafen-Instanz holen
00046                 $harborInstance = new Harbor();
00047 
00048                 // Hafenname setzen
00049                 $harborInstance->setHarborName($harborName);
00050 
00051                 // Werftliste initialisieren
00052                 $harborInstance->createshipyardList();
00053 
00054                 // Instanz zurueckliefern
00055                 return $harborInstance;
00056         }


Generated on Mon Dec 8 01:12:50 2008 for Ship-Simulator by  doxygen 1.5.6