]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/factories/class_ShipSimuNewsFactory.php
Extended headers added
[shipsimu.git] / application / ship-simu / main / factories / class_ShipSimuNewsFactory.php
index 7e60b34f85a6bec411fbf3f478a213d0e16d7120..6b345531f04f9b0a6a58cfa0cbec56dd5a085eed 100644 (file)
@@ -54,6 +54,16 @@ class ShipSimuNewsFactory extends BaseFrameworkSystem {
                // Return the prepared instance
                return $factoryInstance;
        }
+
+       /**
+        * Create the news object itself here depending on the request
+        *
+        * @param       $requestInstance        An instance of a request class
+        * @return      $newsInstance           An instance of a news class
+        */
+       public function createNewObject (Requestable $requestInstance) {
+               // Do some stuff here
+       }
 }
 
 // [EOF]