class_Berth.php

Go to the documentation of this file.
00001 <?php
00024 class Berth extends BaseConstruction {
00025         // Durchlaufende Nummer der Liegeplaetze
00026         private $berthIndex = 0;
00027 
00028         // Zugewiesener Hafen
00029         private $harborInstance = null;
00030 
00031         // Konstruktor
00032         protected function __construct () {
00033                 // Call parent constructor
00034                 parent::__construct(__CLASS__);
00035         }
00036 }
00037 
00038 // [EOF]
00039 ?>

Generated on Mon Dec 8 01:06:44 2008 for Ship-Simulator by  doxygen 1.5.6