From: Roland Häder Date: Sat, 26 Sep 2009 18:20:55 +0000 (+0000) Subject: Class template updated X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=69e4f1e16a92c55ae47f3ecf59e5c8800d87c5d4 Class template updated --- diff --git a/inc/classes/main/helper/class_ b/inc/classes/main/helper/class_ index b8181519..48696618 100644 --- a/inc/classes/main/helper/class_ +++ b/inc/classes/main/helper/class_ @@ -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]