1 | <?php |
||
30 | 1 | class SessionSerializerFactory |
|
31 | { |
||
32 | /** |
||
33 | * @return ISessionSerializer |
||
34 | * |
||
35 | * @throws Exceptions\RuntimeException |
||
36 | */ |
||
37 | public static function create() : ISessionSerializer |
||
47 | |||
48 | /** |
||
49 | * @param string $langDef Input to convert |
||
50 | * |
||
51 | * @return string |
||
52 | */ |
||
53 | private static function toClassCase(string $langDef) : string |
||
57 | } |
||
58 |