]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/helper/html/class_BaseHtmlHelper.php
Continued:
[core.git] / inc / main / classes / helper / html / class_BaseHtmlHelper.php
index 5d100f771dcdfd631c5c858e52f40ca7d393b203..2bc7ffb1b24e60c80d2001db2a1b3fbc3b1f73bf 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Helper;
+
 /**
  * A general purpose web helper. You should not instance this like all the other
  * base classes. Instead write your own web helper class and inherit this class.
@@ -33,7 +36,5 @@ class BaseHtmlHelper extends BaseHelper {
                // Call parent constructor
                parent::__construct($className);
        }
-}
 
-// [EOF]
-?>
+}