1 | <?php |
||
20 | class NameResolver |
||
21 | { |
||
22 | /** |
||
23 | * @param string $aggregateClassName |
||
24 | * @param IdInterface $id |
||
25 | * |
||
26 | * @return string |
||
27 | */ |
||
28 | public static function resolve($aggregateClassName, IdInterface $id) |
||
32 | |||
33 | /** |
||
34 | * @param string $aggregateClassName |
||
35 | * |
||
36 | * @return string |
||
37 | */ |
||
38 | protected static function shortClassName($aggregateClassName) |
||
47 | } |
||
48 |