]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/class_
Rewritten class structure to make it more OOP-friendly (stupid comment, I know)
[hub.git] / application / hub / main / nodes / class_
index c357328a7010907166d42f64e9d5eb364ae39d2d..215ade831d97fb3ada617df6911cbabe6479ecb3 100644 (file)
@@ -58,9 +58,12 @@ class Hub???Node extends BaseHubNode implements NodeHelper {
         * @todo        Implement this method
         */
        public function doBootstrapping () {
-               // Call generic (parent) bootstrapping method
+               // Call generic (parent) bootstrapping method first
                parent::doGenericBootstrapping();
-               $this->partialStub("Please implement this method.");
+               $this->partialStub('Please implement this method.');
+
+               // This is the last line: output teaser
+               $this->outputTeaserLines();
        }
 }