Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / template / class_TemplateEngine.php
index a8479ddf6979f5ca9e07cb58ba034d67f3a60898..4fdb1a34dfb042c17b6adfb31866ca5b4235c0ea 100644 (file)
@@ -114,13 +114,13 @@ class TemplateEngine extends BaseFrameworkSystem implements CompileableTemplate
        const EXCEPTION_INVALID_VIEW_HELPER           = 0xa02;
 
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private final function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set part description
                $this->setObjectDescription("Template-Engine");