Fake class names added, insertDataSet() stub added, dataset criteria added
[shipsimu.git] / application / ship-simu / main / personell / class_SimulatorPersonell.php
index d81e4b2d8ba6c256b11970b9d2e8d8cd010ab5d4..a089ae695916177dbe2a9931844f7f4932ec6453 100644 (file)
@@ -198,7 +198,7 @@ class SimulatorPersonell extends BasePersonell {
                                __CLASS__,
                                __LINE__
                        ));
-                       $this->personellList = new FrameworkArrayObject();
+                       $this->personellList = new FrameworkArrayObject("FakedPersonellList");
                } else {
                        throw new PersonellListAlreadyCreatedException($this, self::EXCEPTION_DIMENSION_ARRAY_INVALID);
                }
@@ -270,7 +270,7 @@ class SimulatorPersonell extends BasePersonell {
                $this->setCacheCond($serialized);
 
                // Create cached list
-               $this->setAllCacheList(new FrameworkArrayObject());
+               $this->setAllCacheList(new FrameworkArrayObject("FakedCacheList"));
 
                // Search all unemployed personells
                for ($idx = $this->personellList->getIterator(); $idx->valid(); $idx->next()) {