X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fstacker%2Fclass_;h=cf88ba93087528bc5d8c92adcec02ace117256e6;hp=f6495b4d58c5b624b244edbb4f9a3123e116a427;hb=1ee35e6d96c456b8e3499bd683f1647aa28bd501;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a diff --git a/inc/classes/main/stacker/class_ b/inc/classes/main/stacker/class_ index f6495b4d..cf88ba93 100644 --- a/inc/classes/main/stacker/class_ +++ b/inc/classes/main/stacker/class_ @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 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; } /**