class_Terminal.php

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

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