]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/stacker/class_
Added new interfaces Handleable/-DataSet and ProtocolHandler (no content yet).
[core.git] / inc / classes / main / stacker / class_
index 423701cf025e216da7f243c92425ba4dab70f32d..cf88ba93087528bc5d8c92adcec02ace117256e6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -36,17 +36,17 @@ class ???Stacker extends BaseStacker implements Stackable {
         * Creates an instance of the class Stacker and prepares it for usage
         *
         * @param       $appInstance    A manageable application
-        * @return      $stackerInstance        An instance of ???Stacker
+        * @return      $stackInstance  An instance of ???Stacker
         */
        public final static function create???Stacker (ManageableApplication $appInstance) {
                // Get a new instance
-               $stackerInstance = new ???Stacker();
+               $stackInstance = new ???Stacker();
 
                // Init generic stacker
-               $stackerInstance->initStacker('generic');
+               $stackInstance->initStack('generic');
 
                // Return the prepared instance
-               return $stackerInstance;
+               return $stackInstance;
        }
 
        /**