]> git.mxchange.org Git - core.git/commitdiff
Class template updated
authorRoland Häder <roland@mxchange.org>
Sat, 26 Sep 2009 18:20:55 +0000 (18:20 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 26 Sep 2009 18:20:55 +0000 (18:20 +0000)
inc/classes/main/helper/class_

index b8181519562a3d98f5716a37d153653643d3e7bc..48696618ffcbbdfb190deb23a8f9f95460afe174 100644 (file)
@@ -30,9 +30,6 @@ class ???Helper extends BaseHelper {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
        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;
        }
                // 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]
 }
 
 // [EOF]