| Total Complexity | 2 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | abstract class Mailcode_Translator_Syntax_ApacheVelocity extends Mailcode_Translator_Command |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Filters the string for use in an Apache Velocity (Java) |
||
| 25 | * regex string: escapes all special characters. |
||
| 26 | * |
||
| 27 | * @param string $string |
||
| 28 | * @return string |
||
| 29 | */ |
||
| 30 | protected function filterRegexString(string $string) : string |
||
| 59 |