Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | final class ConcatedNameResolver implements ConcatedNameResolverInterface |
||
16 | { |
||
17 | /** |
||
18 | * @var string |
||
19 | */ |
||
20 | private $propertyPrefix; |
||
21 | |||
22 | /** |
||
23 | * @param string $propertyPrefix |
||
24 | */ |
||
25 | public function __construct(string $propertyPrefix) |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public function resolvePropertyName(string $suffix): string |
||
38 |