class_BaseConstruction.php

Go to the documentation of this file.
00001 <?php
00024 class BaseConstruction extends BaseSimulator {
00025         // Tiefgang fuer z.B. Trockdocks
00026         private $draught = 0;
00027 
00028         // Konstruktor
00029         protected function __construct ($className) {
00030                 // Eltern-Konstrutor aufrufen
00031                 parent::__construct($className);
00032         }
00033 }
00034 
00035 // [EOF]
00036 ?>

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