Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / classes / interfaces / template / class_CompileableTemplate.php
index 64171319a05fe836014a3a533d814b07f45b99f7..ea1f912bdfa20fdc79c93fedbb0825fa38cc1f81 100644 (file)
@@ -129,10 +129,10 @@ interface CompileableTemplate extends FrameworkInterface {
         * "Compiles" a variable by replacing {?var?} with it's content
         *
         * @param       $rawCode                        Raw code to compile
-        * @param       $setMatchAsCode         Sets $match if readVariable() returns empty result
-        * @return      $rawCode        Compile code with inserted variable value
+        * @param       $setMatchAsCode         Sets $match if readVariable() returns empty result (default: FALSE)
+        * @return      $rawCode                        Compile code with inserted variable value
         */
-       function compileRawCode ($rawCode, $setMatchAsCode=false);
+       function compileRawCode ($rawCode, $setMatchAsCode = FALSE);
 
        /**
         * Renames a variable in code and in stack