Completed
Push — master ( 03f7a5...12ecd6 )
by Markus
02:37
created
lib/SSpkS/Output/HtmlOutput.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -33,11 +33,17 @@
 block discarded – undo
33 33
         $this->setVariable('requestUri', $_SERVER['REQUEST_URI']);
34 34
     }
35 35
 
36
+    /**
37
+     * @param string $name
38
+     */
36 39
     public function setVariable($name, $value)
37 40
     {
38 41
         $this->tplVars[$name] = $value;
39 42
     }
40 43
 
44
+    /**
45
+     * @param string $tplName
46
+     */
41 47
     public function setTemplate($tplName)
42 48
     {
43 49
         $this->template = $tplName;
Please login to merge, or discard this patch.