Some fixes for tests application (will become more maybe).
[core.git] / application / tests / class_ApplicationHelper.php
index 7e0de1fc74a24c1f6ce5ec58e5dfaeb51353cc13..9587ab482e0b03e7169b1233240dac2db0801c41 100644 (file)
@@ -228,6 +228,17 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
        public function buildMasterTemplateName () {
                return 'node_main';
        }
+
+       /**
+        * Assigns extra application-depending data
+        *
+        * @param       $templateInstance       An instance of a CompileableTemplate
+        * @return      void
+        * @todo        Nothing to add?
+        */
+       public function assignExtraTemplateData (CompileableTemplate $templateInstance) {
+               $this->partialStub('Unfinished method. templateInstance=' . $templateInstance->__toString());
+       }
 }
 
 // [EOF]