]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/yards/class_Shipyard.php
Fake class names added, insertDataSet() stub added, dataset criteria added
[shipsimu.git] / application / ship-simu / main / constructions / yards / class_Shipyard.php
index 7df6e91eaa9377c903c6f5f921c86f58bc4f95a6..3fdb10a4e93436c238889900a587057149640ec3 100644 (file)
@@ -121,7 +121,7 @@ class Shipyard extends BaseConstruction {
                        __LINE__,
                        $this->getShipyardName()
                ));
-               $this->staffList = new FrameworkArrayObject();
+               $this->staffList = new FrameworkArrayObject("FakedStaffList");
        }
 
        // Create ship type list
@@ -131,7 +131,7 @@ class Shipyard extends BaseConstruction {
                        __LINE__,
                        $this->getShipyardName()
                ));
-               $this->shipTypeList = new FrameworkArrayObject();
+               $this->shipTypeList = new FrameworkArrayObject("FakedShipTypeList");
        }
 
        // Setter-Methode fuer Werft-Name