@@ -35,11 +35,17 @@ |
||
35 | 35 | $this->setVariable('branch', $this->config->SSPKS_BRANCH); |
36 | 36 | } |
37 | 37 | |
38 | + /** |
|
39 | + * @param string $name |
|
40 | + */ |
|
38 | 41 | public function setVariable($name, $value) |
39 | 42 | { |
40 | 43 | $this->tplVars[$name] = $value; |
41 | 44 | } |
42 | 45 | |
46 | + /** |
|
47 | + * @param string $tplName |
|
48 | + */ |
|
43 | 49 | public function setTemplate($tplName) |
44 | 50 | { |
45 | 51 | $this->template = $tplName; |