X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fhelper%2Fclass_;h=a60f1c0c6576ffa0e793e5a72a1ff39ffa2bc854;hb=07c720fdaa74d214b08b4888abaee3c09ce074de;hp=fb5ade1937f72db47d1c6d9dd88190a34825c946;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae;p=core.git diff --git a/inc/classes/main/helper/class_ b/inc/classes/main/helper/class_ index fb5ade19..a60f1c0c 100644 --- a/inc/classes/main/helper/class_ +++ b/inc/classes/main/helper/class_ @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -30,9 +30,6 @@ class ???Helper extends BaseHelper { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Set part description - $this->setObjectDescription(""); } /** @@ -47,16 +44,6 @@ class ???Helper extends BaseHelper { // Return the prepared instance return $helperInstance; } - - /** - * Flush the content out,e g. to a template variable - * - * @return void - * @todo 0% done - */ - public function flushContent () { - $this->partialStub("Please implement this method."); - } } // [EOF]