@@ -99,6 +99,9 @@ |
||
99 | 99 | return true; |
100 | 100 | } |
101 | 101 | |
102 | + /** |
|
103 | + * @param string $text |
|
104 | + */ |
|
102 | 105 | protected static function replaceVars($vars, $text) |
103 | 106 | { |
104 | 107 | foreach ($vars as $searchFor=>$replace) { |