]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/template/class_CompileableTemplate.php
As of a good naming convention, do not short-cut variables
[core.git] / inc / classes / interfaces / template / class_CompileableTemplate.php
index 31ff95352f93c7b1f474c2328e08cd58a4d0475a..ebef14a1ad039126e65bba0f649a4a920b3199ff 100644 (file)
@@ -119,10 +119,10 @@ interface CompileableTemplate extends FrameworkInterface {
        /**
         * Assigns all the application data with template variables
         *
-        * @param       $appInstance    A manageable application instance
+        * @param       $applicationInstance    A manageable application instance
         * @return      void
         */
-       function assignApplicationData (ManageableApplication $appInstance);
+       function assignApplicationData (ManageableApplication $applicationInstance);
 
        /**
         * "Compiles" a variable by replacing {?var?} with it's content