1 | <?php |
||
7 | abstract class Base |
||
8 | { |
||
9 | use ConfigParams; |
||
10 | |||
11 | protected $separator; |
||
12 | |||
13 | 26 | public function switchLocale($locale, $string) |
|
20 | |||
21 | 29 | public function removeLocale($string) |
|
28 | |||
29 | 31 | public function prefix($string) |
|
41 | |||
42 | 28 | public function addLocale($locale, $string) |
|
46 | |||
47 | public function locale($string) |
||
51 | } |
||
52 |