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 ?>
1.5.6