Email address confirmation now working (not in registration):
[shipsimu.git] / inc / classes / main / template / image / class_ImageTemplateEngine.php
index d60f102359ae04cd55c101a3008181c1d15f17f8..eeb62edd5a5a65e5ce156fb88297d06b8fb4abe0 100644 (file)
@@ -112,6 +112,33 @@ class ImageTemplateEngine extends BaseTemplateEngine implements CompileableTempl
                return $tplInstance;
        }
 
+       /**
+        * Getter for current main node
+        *
+        * @return      $currMainNode   Current main node
+        */
+       public final function getCurrMainNode () {
+               return $this->currMainNode;
+       }
+
+       /**
+        * Getter for main node array
+        *
+        * @return      $mainNodes      Array with valid main node names
+        */
+       public final function getMainNodes () {
+               return $this->mainNodes;
+       }
+
+       /**
+        * Getter for sub node array
+        *
+        * @return      $subNodes       Array with valid sub node names
+        */
+       public final function getSubNodes () {
+               return $this->subNodes;
+       }
+
        /**
         * Handles the start element of an XML resource
         *