]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration...
[shipsimu.git] / application / ship-simu / main / factories / class_ShipSimuWebNewsFactory.php
index 6b345531f04f9b0a6a58cfa0cbec56dd5a085eed..1a59cc5e7df58872cb90f662f5601e587035e31b 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class ShipSimuNewsFactory extends BaseFrameworkSystem {
+class ShipSimuWebNewsFactory extends BaseFrameworkSystem {
        /**
         * Protected constructor
         *
@@ -35,7 +35,7 @@ class ShipSimuNewsFactory extends BaseFrameworkSystem {
                $this->setObjectDescription("News-Objektefabrik f&uuml;r Ship-Simu");
 
                // Create unique ID number
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Clean up a little
                $this->removeNumberFormaters();
@@ -47,9 +47,9 @@ class ShipSimuNewsFactory extends BaseFrameworkSystem {
         *
         * @return              $factoryInstance        An instance of this class
         */
-       public final static function createShipSimuNewsFactory () {
+       public final static function createShipSimuWebNewsFactory () {
                // Get a new instance
-               $factoryInstance = new ShipSimuNewsFactory();
+               $factoryInstance = new ShipSimuWebNewsFactory();
 
                // Return the prepared instance
                return $factoryInstance;