From 69e4f1e16a92c55ae47f3ecf59e5c8800d87c5d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 26 Sep 2009 18:20:55 +0000 Subject: [PATCH] Class template updated --- inc/classes/main/helper/class_ | 13 ------------- 1 file changed, 13 deletions(-) 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] -- 2.30.2