Total Complexity | 5 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | trait Attributes |
||
8 | { |
||
9 | /** |
||
10 | * @see https://stackoverflow.com/q/413071/2732184 |
||
11 | * @see https://www.regextester.com/97707 |
||
12 | */ |
||
13 | 24 | public function translate(string $text, string $pattern = '/[^{{\}\}]+(?=}})/'): string |
|
29 | } |
||
30 | |||
31 | 25 | public function readAttr(string $name, $default = null) |
|
42 |