1 | <?php |
||
15 | class NamespaceResolver |
||
16 | { |
||
17 | |||
18 | public static function modelClass(string $model): ?string |
||
22 | |||
23 | public static function model(string $model): ?ContentfulModel |
||
33 | |||
34 | |||
35 | |||
36 | public static function mapperClass(string $mapper): ?string |
||
40 | |||
41 | public static function mapper(string $mapper): ?ContentfulMapper |
||
51 | |||
52 | |||
53 | public static function load(string $key, string $element): ?string |
||
66 | } |